mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 05:08:42 +02:00
@@ -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:
|
||||
|
Reference in New Issue
Block a user