Commit cb2f06e
committed
fix: escape percent sign in --no-session-cache help string
The help string contained '90% discount' which argparse interpreted as
a %%d format specifier (expecting a number, receiving a dict). Python 3.14
added strict _check_help() validation, causing a crash on startup even
for --version.
Also corrected the savings figure to the honest ~73%%.
Closes #51 parent d8b0891 commit cb2f06e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments