Skip to content
Snippets Groups Projects

false isn't defined, that must be False

Merged Ghost User requested to merge (removed):undefined_false into 2.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -125,7 +125,7 @@ class Context():
if option in self.options:
del self.options[option]
else:
return false
return False
def build_command(self, command):
"""internal helper to build a proper gpg commandline
Loading