Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix escape sequences in regular expressions #1837

Merged
merged 1 commit into from
Nov 23, 2019

Conversation

tgpfeiffer
Copy link
Contributor

Using backslashes as escape sequences for regular expressions requires either escaping them from Python or using raw strings. (The current code causes warnings in recent Python versions.)

@mikepurvis
Copy link
Member

Thanks for this fix.

@mikepurvis mikepurvis merged commit 796ef0c into ros:melodic-devel Nov 23, 2019
@tgpfeiffer tgpfeiffer deleted the fix-escape branch November 25, 2019 07:04
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.

None yet

2 participants