summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-01-03 16:36:37 -0500
committerWill Woods <wwoods@redhat.com>2008-01-03 16:36:37 -0500
commit5fe216da46aa32ec2ff9bf3e11d43938f8fc6c6b (patch)
treef6c538cb39bb7c0ec08a9bee30940375e530bd44
parent007faac9f07ee316c15847a06479fbbf58376111 (diff)
downloadpython-bugzilla-5fe216da46aa32ec2ff9bf3e11d43938f8fc6c6b.tar.gz
python-bugzilla-5fe216da46aa32ec2ff9bf3e11d43938f8fc6c6b.tar.xz
python-bugzilla-5fe216da46aa32ec2ff9bf3e11d43938f8fc6c6b.zip
reminder comment about multicall modify
-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)