summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-08-05 15:10:17 -0400
committerWill Woods <wwoods@redhat.com>2008-08-05 15:10:17 -0400
commitb17845248f58f00b1d4d845775bbd10b5522dc72 (patch)
treeafc357fafa8d1aa074dd74f231ea96a2e07496f3
parent2f5579929fe21479831b378a1dc5f0b561c346c0 (diff)
downloadpython-bugzilla-b17845248f58f00b1d4d845775bbd10b5522dc72.tar.gz
python-bugzilla-b17845248f58f00b1d4d845775bbd10b5522dc72.tar.xz
python-bugzilla-b17845248f58f00b1d4d845775bbd10b5522dc72.zip
Fix syntax error typo
-rw-r--r--bugzilla/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla/base.py b/bugzilla/base.py
index 2a4d56c..01eda94 100644
--- a/bugzilla/base.py
+++ b/bugzilla/base.py
@@ -756,7 +756,7 @@ class CookieTransport(xmlrpclib.Transport):
self.cookiejar.save(self.cookiejar.filename)
except e:
log.error("Couldn't write cookiefile %s: %s" % \
- (self.cookiejar.filename,str(e))
+ (self.cookiejar.filename,str(e)))
if errcode != 200:
raise xmlrpclib.ProtocolError(