1
0
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:
Marcus Huewe 2013-04-22 09:17:38 +02:00
parent d28cddfede
commit 439dafbdc5

View File

@ -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):