summaryrefslogtreecommitdiffstats
path: root/bugzilla
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla')
-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(