Skip to content

Commit

Permalink
Add requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBryan51 committed May 19, 2023
1 parent 81fcf2c commit 93d406e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchcab/run_cable_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def run_tasks(tasks: list[Task], verbose=False):
print(f" {cmd}")
subprocess.run(cmd, shell=True, check=True)
except subprocess.CalledProcessError:
print(f"Error: CABLE returned a non-zero exit code for task {task_name}")
print(f"Error: CABLE returned an error for task {task_name}")
continue

output_file = CWD / SITE_OUTPUT_DIR / task.get_output_filename()
Expand Down

0 comments on commit 93d406e

Please sign in to comment.