Skip to content

Commit

Permalink
Update dynamic_tool_destination.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lecorguille committed Feb 23, 2017
1 parent 647fcad commit d9d3b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/dynamic_tool_destination.py
Expand Up @@ -1301,7 +1301,7 @@ def map_tool_to_destination(
matched = False
if verbose:
error = "Argument '" + str(arg)
error = + "' not recognized!"
error += "' not recognized!"
log.debug(error)

# if we matched a rule
Expand Down

0 comments on commit d9d3b22

Please sign in to comment.