There was an error while loading. Please reload this page.
1 parent 511451a commit 360a2bcCopy full SHA for 360a2bc
1 file changed
scripts/control.py
@@ -990,6 +990,8 @@ def logs():
990
if not args.noTmpDirOverride:
991
osEnv['TMPDIR'] = MalcolmTmpPath
992
993
+ cmd = []
994
+
995
if orchMode is OrchestrationFramework.DOCKER_COMPOSE:
996
# increase COMPOSE_HTTP_TIMEOUT to be ridiculously large so docker-compose never times out the TTY doing debug output
997
osEnv['COMPOSE_HTTP_TIMEOUT'] = '100000000'
@@ -1049,7 +1051,6 @@ def logs():
1049
1051
)
1050
1052
1053
else:
- cmd = []
1054
raise Exception(f'{sys._getframe().f_code.co_name} does not yet support {orchMode}')
1055
1056
if cmd:
0 commit comments