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:
@@ -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
|
||||
|
Reference in New Issue
Block a user