Skip to content

Fix f-string bug for python versions < 3.12 - #2

Open
SpyroL7 wants to merge 1 commit into
m-webster:mainfrom
SpyroL7:fstring-bug-fix
Open

Fix f-string bug for python versions < 3.12#2
SpyroL7 wants to merge 1 commit into
m-webster:mainfrom
SpyroL7:fstring-bug-fix

Conversation

@SpyroL7

@SpyroL7 SpyroL7 commented Apr 27, 2026

Copy link
Copy Markdown

Switched some nested f-string's "" and '' which if the same as the outer quote marks cause an error for older python versions. Also fixed a parameter check that was also causing me an error (codedistance/distance.py:88). Closes #1

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.

f-string bug affecting Python <3.12

1 participant