Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Fix 2 typo miseq_run_functions in logging_errors call
Browse files Browse the repository at this point in the history
  • Loading branch information
saramonzon committed Mar 28, 2019
1 parent 3303179 commit aba676c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/miseq_run_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def save_miseq_projects_found (projects_users , experiment_name, library_name):
library_kit = LibraryKit.objects.get(libraryName__exact = wetlab_config.DEFAULT_LIBRARY_KIT)
else:
string_message = 'The default library ' + wetlab_config.DEFAULT_LIBRARY_KIT + ' defined in config wetlab file does not exist'
logging_errors( string_message)
logging_errors( string_message, True, True)
logger.info('Using the first library kit defined in database')
library_kit = LibraryKit.objects.all().first()

Expand Down

0 comments on commit aba676c

Please sign in to comment.