Skip to content
Snippets Groups Projects
Commit bef8751a authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Another bugfixto run.run

parent f1855a2b
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ def run(*args, **kwargs):
if DRY_RUN:
stderr = ''
if submit is not None:
if submit is None:
stdout = ' '.join(args)
else:
stdout = '[submit] ' + ' '.join(args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment