randolf-scholz / autokey_julia_unicode

Translate LaTeX commands to Unicode via AutoKey.
MIT License
52 stars 1 forks source link

Fix f-string syntax error #1

Closed soudy closed 2 years ago

soudy commented 2 years ago

Hey, very cool project! Encountered a syntax error while running this version:

  File "<fstring>", line 1
    (abb=)
        ^
SyntaxError: invalid syntax

Looks like a trailing = is left in a f-string. I also see my editor removed some trailing white space.

randolf-scholz commented 2 years ago

Ah yes this is actually a feature in python 3.8 that I forgot to remove here.