summaryrefslogtreecommitdiffstats
path: root/bugzilla
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla')
-rwxr-xr-xbugzilla2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla b/bugzilla
index 0597b59..3b6de1b 100755
--- a/bugzilla
+++ b/bugzilla
@@ -155,7 +155,7 @@ if __name__ == '__main__':
# ex.: {'email1':'foo@bar.com','emailcc1':True}
q['email%i' % email_count] = i
q['email%s%i' % (a,email_count)] = True
- email_count = email_count + 1
+ email_count += 1
else:
q[a] = i
buglist = bz.query(q)