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 broken help messages #58

Merged
merged 1 commit into from Sep 29, 2022
Merged

Fix broken help messages #58

merged 1 commit into from Sep 29, 2022

Conversation

benjaminhwilliams
Copy link
Member

@benjaminhwilliams benjaminhwilliams commented Sep 29, 2022

The specification of the usage string for Argparse help messages used to use the format specifier %prog, but now uses %(prog)s.

Also convert some old-style % string formatting to f-strings.

The specification of the usage string for Argparse help messages used to
use the format specifier '%prog', but now uses '%(prog)s'.

Also convert some old-style '%' string formatting to f-strings.
@benjaminhwilliams benjaminhwilliams merged commit c7fae86 into main Sep 29, 2022
@benjaminhwilliams benjaminhwilliams deleted the fix-help-strings branch September 29, 2022 15:09
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.

None yet

1 participant