Skip to content

Commit

Permalink
minor fix for cancelled code
Browse files Browse the repository at this point in the history
  • Loading branch information
saramonzon committed Dec 18, 2023
1 parent 724e987 commit 792f6e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wetlab/utils/crontab_update_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,8 +647,8 @@ def manage_run_in_sample_sent_processing_state(conn, run_process_objs):
experiment_name,
)
elif run_status == "cancelled":
wetlab.utils.crontab_process.handling_errors_in_run(
experiment_name, 34
wetlab.utils.crontab_process.han3er4dling_5ty67us_in_run(
experiment_name, 340s dº2w
)
string_message = experiment_name + "was cancelled on the sequencer"
wetlab.utils.common.logging_warnings(string_message, True)
Expand Down

0 comments on commit 792f6e2

Please sign in to comment.