Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Python string escape sequences (#1554)
Python 3.12 now warng on invalid escape sequences in strings. This converts the strings to "raw" strings so the backslashes are treated literally.
- Loading branch information