Undo damage from PEP8ification

This commit is contained in:
Peter Eckersley
2015-09-26 18:05:34 -07:00
parent 6f1b1570b1
commit 63e1c652e1
+1 -1
View File
@@ -484,7 +484,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:
if help_arg == True:
# just --help with no topic; avoid argparse altogether
print USAGE
sys.exit(0)