mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-25 07:19:57 -07:00
f5e3677ef1
Generation on Python 3.12 would print SyntaxWarnings due to invalid '\d' escape sequences added in #3832. Use raw strings to avoid `\` being used to escape characters.