Description of problem: $bugzilla query --product Fedora --version 18 --reporter kparal --boolean_query 'creation_ts-changedafter-2012-11-29T00:00:00 & creation_ts-changedbefore-2013-01-15T23:59:59' --outputformat='%{id} %{reporter} %{status} %{resolution} %{whiteboard}' Version-Release number of selected component: python-bugzilla-0.7.0-3.fc18 Additional info: cmdline: /usr/bin/python /usr/bin/bugzilla query --product Fedora --version 18 --reporter kparal --boolean_query creation_ts-changedafter-2012-11-29T00:00:00 '--outputformat=%{id} %{reporter} %{status} %{resolution} %{whiteboard}' executable: /usr/bin/bugzilla kernel: 3.7.4-204.fc18.x86_64 uid: 1000 Truncated backtrace: base.py:1260:__getattr__:AttributeError: Bug object has no attribute 'None_whiteboard' Traceback (most recent call last): File "/usr/bin/bugzilla", line 813, in <module> main() File "/usr/bin/bugzilla", line 736, in main print format_field_re.sub(bug_field,opt.outputformat) File "/usr/bin/bugzilla", line 726, in bug_field val = special_fields[fieldname](b, rest) File "/usr/bin/bugzilla", line 720, in <lambda> 'whiteboard': lambda b,wb: b.getwhiteboard(wb), File "/usr/lib/python2.7/site-packages/bugzilla/base.py", line 1381, in getwhiteboard return getattr(self,"%s_whiteboard" % which) File "/usr/lib/python2.7/site-packages/bugzilla/base.py", line 1260, in __getattr__ raise AttributeError("Bug object has no attribute '%s'" % name) AttributeError: Bug object has no attribute 'None_whiteboard' Local variables in innermost frame: newname: 'creator' self: <Bug #881670 on https://bugzilla.redhat.com/xmlrpc.cgi at 0x7f03e31881d0> oldname: 'reporter' name: 'None_whiteboard' refreshed: True
Created attachment 689878 [details] File: backtrace
Created attachment 689879 [details] File: core_backtrace
Created attachment 689880 [details] File: environ
Thanks for the report. Upstream handles that comment line correctly, moving to post. You can make it work with current packages by changing %{whiteboard} to %{whiteboard:status}
python-bugzilla-0.8.0-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/python-bugzilla-0.8.0-1.fc18
python-bugzilla-0.8.0-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/python-bugzilla-0.8.0-2.fc18
Package python-bugzilla-0.8.0-2.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-bugzilla-0.8.0-2.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-3447/python-bugzilla-0.8.0-2.fc18 then log in and leave karma (feedback).
python-bugzilla-0.8.0-2.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.