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 fstrings with mismatched parens #643

Merged
merged 2 commits into from Jan 10, 2023

Conversation

apmorton
Copy link
Contributor

@apmorton apmorton commented Jan 6, 2023

Fixes #435

I am not sure if this is the "correct" thing to do here, but it fixes the test case and doesn't break any others.

When run against our internal python codebase (~3500 files) it produces no errors anymore.

@lieryan
Copy link
Member

lieryan commented Jan 10, 2023

Hi @apmorton, thanks for the contribution. I don't know quite for sure how or why it fixes the issue either, but it does appear to fix said issue.

@lieryan lieryan merged commit 5a347f8 into python-rope:master Jan 10, 2023
@apmorton apmorton deleted the am/fix-f-string-mismatched-paren branch January 10, 2023 14:58
@lieryan lieryan added this to the 1.7.0 milestone Jan 11, 2023
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.

Bug with f-string + brackets + quotes
2 participants