diff --git a/esm_master/task.py b/esm_master/task.py index 1ffbf62..aeca20a 100644 --- a/esm_master/task.py +++ b/esm_master/task.py @@ -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")), )