1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 13:48:43 +02:00

fix crash, when source service failed

This commit is contained in:
2015-03-18 09:02:48 +01:00
parent 2258bc6d04
commit 8d39549253

View File

@@ -410,7 +410,7 @@ class Serviceinfo:
r = run_external(*cmd)
if r != 0:
print("Aborting: service call failed: " + cmd)
print("Aborting: service call failed: ", cmd)
# FIXME: addDownloadUrlService calls si.execute after
# updating _services.
return r