diff options
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -558,7 +558,7 @@ def SetupGnuPG(quiet): | |||
558 | proc = subprocess.Popen(cmd, | 558 | proc = subprocess.Popen(cmd, |
559 | env=env, | 559 | env=env, |
560 | stdin=subprocess.PIPE) | 560 | stdin=subprocess.PIPE) |
561 | except OSError as e: | 561 | except OSError: |
562 | if not quiet: | 562 | if not quiet: |
563 | print('warning: gpg (GnuPG) is not available.', file=sys.stderr) | 563 | print('warning: gpg (GnuPG) is not available.', file=sys.stderr) |
564 | print('warning: Installing it is strongly encouraged.', file=sys.stderr) | 564 | print('warning: Installing it is strongly encouraged.', file=sys.stderr) |