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
A Gogs issue which was closed by being mentioned in a commit message is not longer able to be displayed giving the following error message.
$ git issue show 3
Traceback (most recent call last):
File "/Users/benie/.local/bin/git-issue", line 11, in <module>
load_entry_point('git-issue==0.3.8', 'console_scripts', 'git-issue')()
File "/Users/benie/.local/lib/python/site-packages/git_issue/cli.py", line 507, in main
command(get_service(), **args)
File "/Users/benie/.local/lib/python/site-packages/git_issue/cli.py", line 355, in show
items += issue.events()
File "/Users/benie/.local/lib/python/site-packages/git_issue/gogs.py", line 219, in events
'closed': 'closed'}[state], event))
KeyError: <git_issue.gogs.GogsIssueState object at 0x1114ce510>
The text was updated successfully, but these errors were encountered:
A Gogs issue which was closed by being mentioned in a commit message is not longer able to be displayed giving the following error message.
The text was updated successfully, but these errors were encountered: