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 "/home/user01/src/git-issues-git/.gitissues/git-issues", line 1124, in
for comment in issue.comments])
AttributeError: GitComment instance has no attribute 'comments'
The text was updated successfully, but these errors were encountered:
I ran into this issue too. Looks like the object taken from issueSet on line 1121 of the main script was a GitComment instead of a GitIssue. The above fix didn't work for me.
$ git issues comment 1 first-traceback
$ git issues show 1
The text was updated successfully, but these errors were encountered: