mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
Made PEP8 happy
This commit is contained in:
@@ -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