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

Use right variable in both get_check_runs() #1889

Merged
merged 1 commit into from Mar 23, 2021

Conversation

s-t-e-v-e-n-k
Copy link
Collaborator

Both CheckSuite and Commit have a get_check_runs() method that allows
filtering by a string -- the original code did not check for it, and
never added it to the query string since it checked the wrong variable.
Check the right variable and re-record the replay data.

Fixes #1843

Both CheckSuite and Commit have a get_check_runs() method that allows
filtering by a string -- the original code did not check for it, and
never added it to the query string since it checked the wrong variable.
Check the right variable and re-record the replay data.

Fixes PyGithub#1843
@s-t-e-v-e-n-k s-t-e-v-e-n-k merged commit 3003e06 into PyGithub:master Mar 23, 2021
@s-t-e-v-e-n-k s-t-e-v-e-n-k deleted the fix-get-check-runs branch October 21, 2021 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Copy Paste error in get_check_runs()
1 participant