[python-bugzilla] RHBZ query with flags doesn't work

Cole Robinson crobinso at redhat.com
Tue May 21 19:28:21 UTC 2013


On 05/21/2013 11:24 AM, Jan Friesse wrote:
> Hi,
> It looks like current git (6ba2a577fbcb569034c70bd62bae3e8b5942612e)
> version of python-bugzilla has bug.
> 
> # ./b query --flag 'devel_ack+'
> 
> Server error: <Fault 53: 'value0-0-0 is not a valid parameter for the
> Bugzilla::Bug::match function.'>
> 
> Any ideas how to solve this problem?
> 

Works for me. I used this:

PYTHONPATH=. bin/bugzilla --debug query --flag 'devel_ack+' --bug_status "POST"

And got back plenty of output.

What is your ./b script? If you can't get it to work, post the --debug output
please.

- Cole



More information about the python-bugzilla mailing list