Skip to content

Commit

Permalink
Fixed bug for NextSeq testing described in issue #91
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian committed Mar 29, 2022
1 parent 0eda70e commit dcc93e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iSkyLIMS_wetlab/utils/handling_crontab_common_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def check_sequencer_status_from_completion_file(l_run_completion, experiment_nam
# check if NextSEq run have been successful completed
status_run = find_xml_tag_text (l_run_completion, COMPLETION_TAG )
if status_run != COMPLETION_SUCCESS:
logger.info('%s : Run in sequencer was not completed but %s', experiment_name, stats_run)
logger.info('%s : Run in sequencer was not completed but %s', experiment_name, status_run)
string_message = experiment_name + ' : Sequencer Run was not completed. Reason was ' + status_run
logging_warnings (string_message, False)
logger.debug ('%s : End function for check_sequencer_status_from_completion_file', experiment_name)
Expand Down

0 comments on commit dcc93e4

Please sign in to comment.