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:
parent
a8d26db675
commit
dc134de6d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user