Galedrim / Flow.Launcher.Plugin.Pokedex

5 stars 0 forks source link

Error: SyntaxWarning: invalid escape sequence \s in sprites.py line 7 in Python 3.12 #3

Closed ToddButler93 closed 1 month ago

ToddButler93 commented 3 months ago

https://github.com/Galedrim/Flow.Launcher.Plugin.Pokedex/blob/04045cc30135cf707ba61c185003697685a6b250/plugin/sprites.py#L7

Suggestion:

If the string is raw, backslash will not be used as an escape character.

SPRITES_FOLDER = r".\sprites"