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 string literals causing DeprecationWarning: invalid escape sequence #22

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

eszense
Copy link

@eszense eszense commented Dec 22, 2018

Use of \ in string literals not marked by 'r' to indicate raw string literal will give an DeprecationWarning.

This PR fixes the string literals involved.

@kngenie
Copy link
Member

kngenie commented Mar 12, 2020

I'm sorry to get to this so late. Essential changes are good, but it'd be good NOT to include changes specific to your workspace, like the one for .gitignore here. Also changing .travis.yml should not be the scope of this PR. As this PR is more than a year old, I'll try to merge the essential of these PR with some more (reversal) changes. Thank you!!

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.

2 participants