Bug 751757 - AttributeError: Bug object has no attribute 'cc'
Summary: AttributeError: Bug object has no attribute 'cc'
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: python-bugzilla
Version: el6
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Will Woods
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-07 13:10 UTC by Alexander Todorov
Modified: 2013-03-25 18:50 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-03-25 18:50:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Alexander Todorov 2011-11-07 13:10:08 UTC
Description of problem:

$ bugzilla query --bug_id 62037 -f

#62037 CLOSED - Mike A. Harris - Ultrasparc XFree86 PCI is dirty like zebra
Traceback (most recent call last):
  File "/usr/bin/bugzilla", line 655, in <module>
    main()
  File "/usr/bin/bugzilla", line 590, in main
    if b.cc: print "CC: %s" % " ".join(b.cc)
  File "/usr/lib/python2.6/site-packages/bugzilla/base.py", line 1147, in __getattr__
    raise AttributeError, "Bug object has no attribute '%s'" % name
AttributeError: Bug object has no attribute 'cc'

$ rpm -q python-bugzilla
python-bugzilla-0.6.0-1.el6.noarch

Comment 1 Cole Robinson 2012-12-30 21:50:51 UTC
This is fixed in python-bugzilla git

Comment 2 Fedora Update System 2013-02-16 15:28:42 UTC
python-bugzilla-0.8.0-1.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/python-bugzilla-0.8.0-1.el6

Comment 3 Fedora Update System 2013-03-04 22:20:39 UTC
python-bugzilla-0.8.0-2.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/python-bugzilla-0.8.0-2.el6

Comment 4 Fedora Update System 2013-03-09 19:21:27 UTC
Package python-bugzilla-0.8.0-2.el6:
* should fix your issue,
* was pushed to the Fedora EPEL 6 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=epel-testing python-bugzilla-0.8.0-2.el6'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0578/python-bugzilla-0.8.0-2.el6
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2013-03-25 18:50:47 UTC
python-bugzilla-0.8.0-2.el6 has been pushed to the Fedora EPEL 6 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.