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 deprecation warnings due to invalid escape sequences. #1787

Merged
merged 2 commits into from
Feb 11, 2020
Merged

Fix deprecation warnings due to invalid escape sequences. #1787

merged 2 commits into from
Feb 11, 2020

Conversation

tirkarthi
Copy link
Contributor

Issue : Fixes #1777

Why is this change necessary?

Fixes deprecation warnings in Python 3.7+

How does it address the issue?

Uses raw strings for the fix.

What side effects does this change have?

Checklist:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@tirkarthi tirkarthi requested a review from jfuss February 11, 2020 18:37
Copy link
Contributor

@sriram-mv sriram-mv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jfuss jfuss merged commit 546d06e into aws:develop Feb 11, 2020
sdubov added a commit to sdubov/aws-sam-cli that referenced this pull request Nov 9, 2020
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.

Deprecation warning due to invalid escape sequences
3 participants