Ticket #5461 - /usr/local/bin/bz-review-report.py script failing

This commit is contained in:
clime 2016-09-08 04:46:33 +02:00 committed by Kevin Fenzi
parent e8a76b49a9
commit 5511cbb95b

View file

@ -261,7 +261,7 @@ if __name__ == '__main__':
"field0-0-0": "flagtypes.name",
"type0-0-0": "equals"}
bz = Bugzilla(url=url, user=username, password=passwd)
bz = Bugzilla(url=url, user=username, password=passwd, cookiefile=None, tokenfile=None)
if verbose:
print "Getting all package review bugs (be patient, this may take a while) ...."