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

Python: Fix syntax error in with test output #8289

Merged
merged 1 commit into from Mar 23, 2022

Conversation

tausbn
Copy link
Contributor

@tausbn tausbn commented Feb 28, 2022

Depends on an internal PR. The two lines in question were caused by
the insertion of an extra node due to the failure to parse a trailing
comma corrcetly.

@tausbn tausbn added depends on internal PR no-change-note-required labels Feb 28, 2022
@tausbn tausbn requested a review from as a code owner Feb 28, 2022
Depends on an internal PR. The two lines in question were caused by
the insertion of an extra node due to the failure to parse a trailing
comma corrcetly.
@tausbn tausbn force-pushed the python-remove-with-test-syntax-error branch from 5475fe8 to f912016 Compare Mar 22, 2022
@tausbn tausbn requested a review from yoff Mar 23, 2022
yoff
yoff approved these changes Mar 23, 2022
Copy link
Contributor

@yoff yoff left a comment

LGTM

@yoff yoff merged commit 647d374 into github:main Mar 23, 2022
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
depends on internal PR no-change-note-required Python
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants