git.99rst.org
/
redacted-XKCD-password-generator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c666bd2
)
Fix unaligned indent
author
Gregor Dschung
<redacted>
Sat, 29 Jan 2022 12:47:48 +0000
(13:47 +0100)
committer
Gregor Dschung
<redacted>
Sat, 29 Jan 2022 12:53:32 +0000
(13:53 +0100)
PEP 8: E131 continuation line unaligned for hanging indent
xkcdpass/xkcd_password.py
patch
|
blob
|
history
diff --git
a/xkcdpass/xkcd_password.py
b/xkcdpass/xkcd_password.py
index e25489b653f8d0166bc574fcad39baf754a99ed6..f3812a09d9506e6903eb6490e2c087a16eae6c3b 100755
(executable)
--- a/
xkcdpass/xkcd_password.py
+++ b/
xkcdpass/xkcd_password.py
@@
-447,7
+447,7
@@
class XkcdPassArgumentParser(argparse.ArgumentParser):
self.add_argument(
"-w", "--wordfile",
dest="wordfile", default=None, metavar="WORDFILE",
-
help=(
+ help=(
"Specify that the file WORDFILE contains the list"
" of valid words from which to generate passphrases."
" Multiple wordfiles can be provided, separated by commas."
git clone https://git.99rst.org/PROJECT