summaryrefslogtreecommitdiffstats
path: root/bugzilla/bugzilla3.py
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla/bugzilla3.py')
-rw-r--r--bugzilla/bugzilla3.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bugzilla/bugzilla3.py b/bugzilla/bugzilla3.py
index 602c49c..a06e58c 100644
--- a/bugzilla/bugzilla3.py
+++ b/bugzilla/bugzilla3.py
@@ -275,7 +275,8 @@ class RHBugzilla32(Bugzilla32):
else:
r = self._getbug(id)
if which not in r:
- raise ValueError, "No such whiteboard %s in bug %i" % (which,id)
+ raise ValueError, "No such whiteboard %s in bug %s" %
+ (which,str(id))
wb = r[which]
if action == 'prepend':
update[which] = text+' '+wb