From f107171e4fcc0f11fb8a0cfed1ae8d5b4d02384f Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 31 Oct 2012 13:34:49 +1100 Subject: [PATCH] Fix the error message on a download failure. --- tb/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tb/build.py b/tb/build.py index 5effbc3..1fa1f33 100644 --- a/tb/build.py +++ b/tb/build.py @@ -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): #