diff --git a/src/python/devtest/os/test/TcScript.py b/src/python/devtest/os/test/TcScript.py index 4193200..07399fd 100644 --- a/src/python/devtest/os/test/TcScript.py +++ b/src/python/devtest/os/test/TcScript.py @@ -23,6 +23,7 @@ class TcScript(TestCase): # export self.support_files = support_files self.show_files = show_files + # TODO: Use transfer.put() async def __create(self, console, path, contents, mode=None): lines = [ 'cat > "{}"\n'.format(path),