Skip to content

Fix DeprecationWarning caused by a regex containing an invalid escape sequence #2955

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Conversation

marktucker
Copy link
Contributor

Description of Change(s)

Fix DeprecationWarning caused by a regex containing an invalid escape sequence.

Prefix the regex with "r" so it is interpreted as a raw string.

  • [ X ] I have verified that all unit tests pass with the proposed changes
  • [ X ] I have submitted a signed Contributor License Agreement

…equence.

Prefix the regex with "r" so it is interpreted as a raw string.
@jesschimein
Copy link
Collaborator

Filed as internal issue #USD-9318

@pixar-oss pixar-oss merged commit 5684917 into PixarAnimationStudios:dev Jul 26, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants