mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-26 06:46:13 +01:00
- ServiceInfo.execute: fixed NameError
This commit is contained in:
parent
d28cddfede
commit
439dafbdc5
@ -393,7 +393,7 @@ class Serviceinfo:
|
||||
r = run_external(cmd, shell=True)
|
||||
|
||||
if r != 0:
|
||||
print("Aborting: service call failed: " + c)
|
||||
print("Aborting: service call failed: " + cmd)
|
||||
# FIXME: addDownloadUrlService calls si.execute after
|
||||
# updating _services.
|
||||
for filename in os.listdir(temp_dir):
|
||||
|
Loading…
Reference in New Issue
Block a user