Skip to content

Fix hardcoded log paths.#85

Merged
jmchilton merged 6 commits intogalaxyproject:masterfrom
rhpvorderman:issue84
May 2, 2018
Merged

Fix hardcoded log paths.#85
jmchilton merged 6 commits intogalaxyproject:masterfrom
rhpvorderman:issue84

Conversation

@rhpvorderman
Copy link
Copy Markdown
Contributor

Fixes #84


parser = argparse.ArgumentParser(add_help=False)
general_group = parser.add_argument_group('Galaxy connection')
general_group = parser.add_argument_group('General options')
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The general group had the same name as the connection group. This is now also fixed.

@galaxyproject galaxyproject deleted a comment Apr 20, 2018
@galaxyproject galaxyproject deleted a comment Apr 20, 2018

parser = argparse.ArgumentParser(add_help=False)
general_group = parser.add_argument_group('Galaxy connection')
general_group = parser.add_argument_group('General options')
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Corrected a typo here. Everything mapped under galaxy connection previously.

@jmchilton jmchilton merged commit dcd7482 into galaxyproject:master May 2, 2018
@jmchilton
Copy link
Copy Markdown
Member

Awesome sauce, looks good to me. Thanks @rhpvorderman !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants