Skip to content

Commit

Permalink
Add output file error message
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Aug 26, 2024
1 parent 4663a18 commit 3e4f391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aind_session/utils/codeocean_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ def is_output_file_error(output: str) -> bool:
"The CUDA error was:",
"Traceback (most recent call last):",
"Command error:",
"WARN: Killing running tasks",
):
if error_text in output:
if "CUDA" in error_text and is_output_file_from_sorting_pipeline(output):
Expand Down

0 comments on commit 3e4f391

Please sign in to comment.