Skip to content

Commit

Permalink
Update build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Feb 16, 2021
1 parent 8804db0 commit 496244b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alibuild_helpers/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,9 +524,9 @@ def downloadTask(p):
try:
data = future.result()
except Exception as exc:
print('%r generated an exception: %s' % (futurePackage, exc))
raise RuntimeError("Error on fetching '%r'. Aborting." % futurePackage)
else:
print('%r package updated: %s' % (futurePackage, data))
debug('%r package updated: %s' % (futurePackage, data))

# Resolve the tag to the actual commit ref
for p in buildOrder:
Expand Down

0 comments on commit 496244b

Please sign in to comment.