mirror of
https://github.com/openSUSE/osc.git
synced 2025-03-06 16:04:49 +01:00
- fix regression of 72e38569aec9519a1c80fb0e129187be45abd754
which broke "osc service run" command
This commit is contained in:
parent
19944be5b6
commit
2258bc6d04
@ -419,6 +419,7 @@ class Serviceinfo:
|
||||
for filename in os.listdir(temp_dir):
|
||||
shutil.move( os.path.join(temp_dir, filename), os.path.join(dir, filename) )
|
||||
else:
|
||||
name = service['name']
|
||||
for filename in os.listdir(temp_dir):
|
||||
shutil.move( os.path.join(temp_dir, filename), os.path.join(dir, "_service:"+name+":"+filename) )
|
||||
finally:
|
||||
|
Loading…
x
Reference in New Issue
Block a user