adding probably erroneously removed return value from execut_shell, giving 'None' in return always otherise - not ideal (#3212)

Co-authored-by: James Collins <collijk@uw.edu>
This commit is contained in:
Peter Svensson
2023-04-25 22:32:39 +02:00
committed by GitHub
parent 6fbac455d4
commit fac8f7da21

View File

@@ -133,6 +133,7 @@ def execute_shell(command_line: str) -> str:
# Change back to whatever the prior working dir was
os.chdir(current_dir)
return output
@command(