Skip to content

Commit

Permalink
fix crash, when source service failed
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Mar 18, 2015
1 parent 2258bc6 commit 8d39549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/core.py
Expand Up @@ -410,7 +410,7 @@ def execute(self, dir, callmode = None, singleservice = None, verbose = None):
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
Expand Down

0 comments on commit 8d39549

Please sign in to comment.