mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-05 10:58:07 +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:
commit
2bd921ee7c
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user