You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "gluster-bugs.py", line 175, in <module>
main()
File "gluster-bugs.py", line 139, in main
(age, updated, 1 if stale else 0, 1 if len(task.comments) == 1 else 0))
File "/usr/lib/python2.7/site-packages/bugzilla/bug.py", line 110, in __getattr__
raise AttributeError(msg)
AttributeError: Bug object has no attribute 'comments'.
If 'comments' is a bugzilla attribute, it may not have been cached when the bug was fetched. You may want to adjust your
include_fields for getbug/query.
The text was updated successfully, but these errors were encountered:
nixpanic
added a commit
to nixpanic/gluster-bugs-webui
that referenced
this issue
May 18, 2017
An update of `python-bugzilla` does not return the comments by default
anymore. We need them to parse for updates from Gerrit.
Fixes: gluster#9
Signed-off-by: Niels de Vos <ndevos@redhat.com>
An update of `python-bugzilla` does not return the comments by default
anymore. We need them to parse for updates from Gerrit.
Fixes: #9
Signed-off-by: Niels de Vos <ndevos@redhat.com>
The text was updated successfully, but these errors were encountered: