summaryrefslogtreecommitdiffstats
path: root/bugzilla
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla')
-rwxr-xr-xbugzilla1
1 files changed, 1 insertions, 0 deletions
diff --git a/bugzilla b/bugzilla
index 17b40ba..cdbaa84 100755
--- a/bugzilla
+++ b/bugzilla
@@ -256,6 +256,7 @@ if __name__ == '__main__':
if not bugid_list:
parser.error('No bug IDs given (maybe you forgot an argument somewhere?)')
# Iterate over a list of Bug objects
+ # FIXME: this should totally use some multicall magic
buglist = bz.getbugs(bugid_list)
for bug in buglist:
log.debug("modifying bug %s" % bug.bug_id)