summaryrefslogtreecommitdiffstats
path: root/bugzilla/rhbugzilla.py
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla/rhbugzilla.py')
-rw-r--r--bugzilla/rhbugzilla.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bugzilla/rhbugzilla.py b/bugzilla/rhbugzilla.py
index a0a5656..6ea8902 100644
--- a/bugzilla/rhbugzilla.py
+++ b/bugzilla/rhbugzilla.py
@@ -198,6 +198,7 @@ class RHBugzilla(bugzilla.base.BugzillaBase):
the blocked/dependson lists. This may be slow.
'''
r = []
+ # Massage input to match what RHBZ expects
if action == 'delete':
action == 'remove'
data = {'id':id, 'action':action, 'blocked':'', 'dependson':''}