Skip to content

Commit

Permalink
bug introduced in the previous merge fixed (solves #39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandresm committed Mar 22, 2021
1 parent 51ae31e commit f93484c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esm_master/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def execute(self):
else:
subprocess.run(
command_spl,
check= not ignore_errors,
check=True,
shell=(command.startswith("./") and command.endswith(".sh")),
)

Expand Down

0 comments on commit f93484c

Please sign in to comment.