1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-14 09:36:21 +01:00

fix indentation

This commit is contained in:
Ludwig Nussel 2010-02-25 13:27:27 +01:00
parent 32e99306b4
commit 29779c34db

View File

@ -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)