[yum-commits] urlgrabber/grabber.py
skvidal at osuosl.org
skvidal at osuosl.org
Mon Aug 9 16:13:32 UTC 2010
urlgrabber/grabber.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 044e6e9f8c99ff8e4744fea73c3e4e89655c8e43
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Mon Aug 9 12:13:00 2010 -0400
missing comma: https://bugzilla.redhat.com/show_bug.cgi?id=622521
diff --git a/urlgrabber/grabber.py b/urlgrabber/grabber.py
index 2379b48..0c78857 100644
--- a/urlgrabber/grabber.py
+++ b/urlgrabber/grabber.py
@@ -1561,7 +1561,7 @@ class PyCurlFileObject():
except OSError, e:
err = URLGrabError(16, _(\
'error setting timestamp on file %s from %s, OSError: %s')
- % (self.filenameself.url, e))
+ % (self.filename, self.url, e))
err.url = self.url
raise err
# re open it
More information about the Yum-commits
mailing list