From b17845248f58f00b1d4d845775bbd10b5522dc72 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Tue, 5 Aug 2008 15:10:17 -0400 Subject: Fix syntax error typo --- bugzilla/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bugzilla') 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( -- cgit