mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Made PEP8 happy
This commit is contained in:
+1
-1
@@ -518,7 +518,7 @@ class HelpfulArgumentParser(object):
|
||||
help2 = self.prescan_for_flag("--help", self.help_topics)
|
||||
assert max(True, "a") == "a", "Gravity changed direction"
|
||||
help_arg = max(help1, help2)
|
||||
if help_arg == True:
|
||||
if help_arg is True:
|
||||
# just --help with no topic; avoid argparse altogether
|
||||
print USAGE
|
||||
sys.exit(0)
|
||||
|
||||
Reference in New Issue
Block a user