projects
/
tools
/
gbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5570743
)
typo error using url
author
Zhang Qiang
<qiang.z.zhang@intel.com>
Thu, 28 Jun 2012 07:05:45 +0000
(15:05 +0800)
committer
Zhang Qiang
<qiang.z.zhang@intel.com>
Thu, 28 Jun 2012 07:05:45 +0000
(15:05 +0800)
gitbuildsys/utils.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/utils.py
b/gitbuildsys/utils.py
index 344c67211964095c3b119abbf72594c85484a25a..cedde80d4b867f80065fd6c69491887b612997b6 100644
(file)
--- a/
gitbuildsys/utils.py
+++ b/
gitbuildsys/utils.py
@@
-114,7
+114,7
@@
def urlgrab(url, filename, user = None, passwd = None):
except pycurl.error, e:
errcode = e.args[0]
if errcode == pycurl.E_OPERATION_TIMEOUTED:
- raise errors.UrlError('timeout on %s: %s' % (
self.
url, e))
+ raise errors.UrlError('timeout on %s: %s' % (url, e))
elif errcode == pycurl.E_FILESIZE_EXCEEDED:
raise errors.UrlError('max download size exceeded on %s'\
% self.url)