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

Fix float not iterable error in GitHub worker #1545

Merged
merged 2 commits into from
Dec 23, 2021

Conversation

ABrain7710
Copy link
Contributor

  1. Fixed a float not iterable error in the Github worker, which was caused by accessing the wrong json item in the response from the api. We were previously accessing the assignee field when we needed to be accessing the assignees field
  2. I also commented out or removed some unneeded code in the enrich_cntrb_id method located in the worker_git_integration.py file

Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com>
Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com>
@sgoggins sgoggins merged commit 0c8127f into main Dec 23, 2021
@ABrain7710 ABrain7710 deleted the fix-float-not-iterable-in-github-worker-andrew branch February 2, 2022 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants