diff --git a/iSkyLIMS_wetlab/utils/handling_crontab_common_functions.py b/iSkyLIMS_wetlab/utils/handling_crontab_common_functions.py index 5dc776b2e..658483c5b 100644 --- a/iSkyLIMS_wetlab/utils/handling_crontab_common_functions.py +++ b/iSkyLIMS_wetlab/utils/handling_crontab_common_functions.py @@ -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)