Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
monkeysphere
monkeysign
Commits
ef4c77f3
Commit
ef4c77f3
authored
Nov 20, 2017
by
anarcat
Browse files
Merge branch 'undefined_false' into '2.x'
false isn't defined, that must be False See merge request
!25
parents
5079e209
3b3a5633
Changes
1
Hide whitespace changes
Inline
Side-by-side
monkeysign/gpg.py
View file @
ef4c77f3
...
...
@@ -125,7 +125,7 @@ class Context():
if
option
in
self
.
options
:
del
self
.
options
[
option
]
else
:
return
f
alse
return
F
alse
def
build_command
(
self
,
command
):
"""internal helper to build a proper gpg commandline
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment