mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix the error message on a download failure.
This commit is contained in:
parent
52604491d3
commit
f107171e4f
@ -178,7 +178,7 @@ class build:
|
||||
if not os.path.isfile(local):
|
||||
raise error.general('source is not a file: ' + local)
|
||||
return
|
||||
raise error.general('downloading %s: all paths have failed, giving up', url)
|
||||
raise error.general('downloading %s: all paths have failed, giving up' % (url))
|
||||
|
||||
def parse_url(self, url, pathkey):
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user