Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Spelchak committed Feb 19, 2018
1 parent 89b8f27 commit 307ed49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/dynamic_tool_destination.py
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ def map_tool_to_destination(

if destination == "fail":
if fail_message:
raise JobMappingException(fail_message) ### Should an exception occur when there are no default destinations? (maybe check for config[default_destination] size)
raise JobMappingException(fail_message)
else:
raise JobMappingException(matched_rule["fail_message"])

Expand Down

0 comments on commit 307ed49

Please sign in to comment.