summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bugzilla/bugzilla3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla/bugzilla3.py b/bugzilla/bugzilla3.py
index a06e58c..b2947f4 100644
--- a/bugzilla/bugzilla3.py
+++ b/bugzilla/bugzilla3.py
@@ -275,7 +275,7 @@ class RHBugzilla32(Bugzilla32):
else:
r = self._getbug(id)
if which not in r:
- raise ValueError, "No such whiteboard %s in bug %s" %
+ raise ValueError, "No such whiteboard %s in bug %s" % \
(which,str(id))
wb = r[which]
if action == 'prepend':