Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dynamic_tool_destination.py #3655

Merged
merged 1 commit into from
Feb 23, 2017
Merged

Update dynamic_tool_destination.py #3655

merged 1 commit into from
Feb 23, 2017

Conversation

lecorguille
Copy link
Member

No description provided.

@@ -1301,7 +1301,7 @@ def map_tool_to_destination(
matched = False
if verbose:
error = "Argument '" + str(arg)
error = + "' not recognized!"
error += "' not recognized!"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

error = "Argument '%s' not recognized!" % arg

is probably a more Pythonic way to do it, but thanks for the fix! 👍

@galaxybot galaxybot added this to the 17.05 milestone Feb 23, 2017
@jmchilton
Copy link
Member

@galaxybot test this

@dannon
Copy link
Member

dannon commented Feb 23, 2017

@lecorguille Thanks for the fix!

@dannon dannon merged commit 73c444e into galaxyproject:dev Feb 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants