BU-ISCIII/iSkyLIMS_wetlab

Error string_message referenced before assigment

saramonzon opened this issue · 1 comments

Detected bug here:

logging_errors(string_message, True, False)

Only raised when miseq run processing fails.

Bug Fixed by setting string_message variable to :

string_message = new_run + 'Unable to save MiSeq Run into Database'