Commit 4e5b8eb4 authored by Matthias Putz's avatar Matthias Putz

smaller bugfix in gpg setup

parent 2b4037ae
...@@ -331,7 +331,7 @@ def SetupGnuPG(quiet): ...@@ -331,7 +331,7 @@ def SetupGnuPG(quiet):
print(file=sys.stderr) print(file=sys.stderr)
return False return False
proc.stdin.write(MAINTAINER_KEYS) proc.stdin.write(MAINTAINER_KEYS.encode())
proc.stdin.close() proc.stdin.close()
if proc.wait() != 0: if proc.wait() != 0:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment