diff --git a/osc/fetch.py b/osc/fetch.py index b9ce7e54..a47d2f89 100644 --- a/osc/fetch.py +++ b/osc/fetch.py @@ -206,7 +206,7 @@ class Fetcher: dest = "%s/%s" % (self.cachedir, i) if not os.path.exists(dest): os.makedirs(dest, mode=0755) - dest += '/_pubkey' + dest += '/_pubkey' if os.path.exists(dest): buildinfo.keys.append(dest)