Skip to content

Use right variable in both get_check_runs()#1889

Merged
s-t-e-v-e-n-k merged 1 commit intoPyGithub:masterfrom
s-t-e-v-e-n-k:fix-get-check-runs
Mar 23, 2021
Merged

Use right variable in both get_check_runs()#1889
s-t-e-v-e-n-k merged 1 commit intoPyGithub:masterfrom
s-t-e-v-e-n-k:fix-get-check-runs

Conversation

@s-t-e-v-e-n-k
Copy link
Copy Markdown
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