1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-11 17:54:06 +02: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

View File

@@ -286,7 +286,7 @@ class Fetcher:
if try_parent: if try_parent:
if self.http_debug: 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) print("url: %s" % url, file=sys.stderr)
if os.path.exists(dest): if os.path.exists(dest):