Skip to content

Conversation

stefanhahmann
Copy link
Collaborator

This change lets Python treat the backslashes of filepaths literally.

In Windows environments, a path such as 'C:\Users' is not uncommon. However, Python interprets '\U' as a start to Unicode escape sequence, which is unintended and leads to an error, since the Unicode escape sequence is never ended.

This change lets Python treat the backslashes of filepaths literally.

In Windows environments, a path such as 'C:\Users\' is not uncommon. However, Python interprets '\U' as a start to Unicode escape sequence, which is unintended and leads to an error, since the Unicode escape sequence is never ended.
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.

1 participant