-
Notifications
You must be signed in to change notification settings - Fork 130
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
augur curate --help
raises ValueError
#1753
Comments
Tracked down first bad commit to 3401422, which updates the docstring for |
From python/cpython#60027 (comment):
This makes me even more confused why I don't think we want to double |
Limit the `format-dates` help to the first line, which does not include the `%Y` bit that was causing the error. Resolves <#1753>
I'd think that formatting should be prioritized for the CLI help text, and that we should somehow work around the |
Ah, the I've worked around this for now in #1755 to only include the first line as the help message. |
I'm going to push back here because I just realized the So I think the correct solution is to exclude the |
|
It's the different treatment of the string in help ( We are automatically adding the description to the subparsers in Augur: Lines 67 to 68 in e6df775
|
augur curate --help
raises aValueError
:The text was updated successfully, but these errors were encountered: