Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucalianas committed Apr 2, 2013
1 parent e090ae7 commit 2d6c7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bl/vl/app/workflow_wrapper/galaxy_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,5 +298,5 @@ def run_flowcell_from_samplesheet_import(self, samplesheet_data, action_context,
def delete_history(self, history_id, purge_history = False):
self.logger.info('Deleting history with ID %s' % history_id)
self.gi.histories.delete_history(history_id, purge_history)
self.logger('History deleted')
self.logger.info('History deleted')

0 comments on commit 2d6c7f9

Please sign in to comment.