1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-24 13:56:13 +01:00

- build: fixed indention (use spaces instead of tabs)

This commit is contained in:
Marcus Huewe 2012-09-27 21:43:45 +02:00
parent a8d26db675
commit dc134de6d5

View File

@ -270,7 +270,7 @@ def get_built_files(pacdir, pactype):
stdout=subprocess.PIPE).stdout.read().strip()
s_built = []
else:
print >>sys.stderr, 'WARNING: Unknown package type \'%s\'.' % (pactype)
print >>sys.stderr, 'WARNING: Unknown package type \'%s\'.' % pactype
b_built = []
s_built = []
return s_built, b_built