Commit eb616aa
committed
allow more characters in passwords read from file
strip() with no arguments would mean that a password read from a file
could not contain a leading space. While that is unusual, it is also
true that in such an edge case, the use of the password file would be
more likely to manage the weird string.
removesuffix('\n') should be the most targeted possible cleanup.1 parent ba0435f commit eb616aa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2211 | 2211 | | |
2212 | 2212 | | |
2213 | 2213 | | |
2214 | | - | |
| 2214 | + | |
2215 | 2215 | | |
2216 | 2216 | | |
2217 | 2217 | | |
| |||
0 commit comments