Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gogs issue creation fails when assignee specified #34

Open
kbenzie opened this issue Jan 6, 2022 · 0 comments
Open

Gogs issue creation fails when assignee specified #34

kbenzie opened this issue Jan 6, 2022 · 0 comments
Assignees
Labels

Comments

@kbenzie
Copy link
Owner

kbenzie commented Jan 6, 2022

$ git issue create -a benie
Traceback (most recent call last):
  File "/home/benie/.local/bin/git-issue", line 8, in <module>
    sys.exit(main())
  File "/home/benie/.local/lib/python3.8/site-packages/git_issue/cli.py", line 508, in main
    command(get_service(), **args)
  File "/home/benie/.local/lib/python3.8/site-packages/git_issue/cli.py", line 273, in create
    issue = service.create(
  File "/home/benie/.local/lib/python3.8/site-packages/git_issue/gogs.py", line 64, in create
    assignee = _check_assignee_(kwargs.pop('assignee', None))
  File "/home/benie/.local/lib/python3.8/site-packages/git_issue/gogs.py", line 21, in _check_assignee_
    raise ValueError('assignee must be an instance of GogsUser')
ValueError: assignee must be an instance of GogsUser
@kbenzie kbenzie added the bug label Jan 6, 2022
@kbenzie kbenzie self-assigned this Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant