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

Fix repeated error messages with identical text. #306

Merged
merged 2 commits into from Jun 12, 2015

Conversation

davebx
Copy link
Contributor

@davebx davebx commented Jun 2, 2015

Previously, one would see the same error message, e.g. with invalid tool dependencies, repeated approximately X * Y times, where X is around 6, and Y is the number of tags in a tool dependency definition. This commit ameliorates that issue somewhat.

There may be other instances where this kind of error occurs, and there may be a better solution.

Previously, one would see the same error message, e.g. with invalid
tool dependencies, repeated approximately X * Y times, where X is
approximately 6, and Y is the number of <action> tags in a tool
dependency definition. This commit ameliorates that issue somewhat.
@martenson
Copy link
Member

@martenson
Copy link
Member

👍

@martenson martenson removed the wip label Jun 12, 2015
@blankenberg
Copy link
Member

Good enough for now -- should probably be handled as list of messages instead of a concatenated string.

blankenberg added a commit that referenced this pull request Jun 12, 2015
Fix repeated error messages with identical text.
@blankenberg blankenberg merged commit ea98d47 into galaxyproject:dev Jun 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants