mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-14 01:26:23 +01:00
fix indentation
This commit is contained in:
parent
32e99306b4
commit
29779c34db
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user