Ticket #5461 - /usr/local/bin/bz-review-report.py script failing
This commit is contained in:
parent
e8a76b49a9
commit
5511cbb95b
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ if __name__ == '__main__':
|
||||||
"field0-0-0": "flagtypes.name",
|
"field0-0-0": "flagtypes.name",
|
||||||
"type0-0-0": "equals"}
|
"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:
|
if verbose:
|
||||||
print "Getting all package review bugs (be patient, this may take a while) ...."
|
print "Getting all package review bugs (be patient, this may take a while) ...."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue