1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-27 07:06:13 +01:00

Merge pull request #676 from lethliel/fix_http_debug_for_pub_key

fix output in http_debug mode for pubkey not found
This commit is contained in:
Marco Strigl 2019-11-13 11:47:24 +01:00 committed by GitHub
commit 2bd921ee7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,7 +286,7 @@ class Fetcher:
if try_parent:
if self.http_debug:
print("can't fetch key for %s: %s" % (i, e.strerror), file=sys.stderr)
print("can't fetch key for %s" % (i), file=sys.stderr)
print("url: %s" % url, file=sys.stderr)
if os.path.exists(dest):