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

raw strings to fix deprecation warnings #1646

Conversation

russellbrooks
Copy link
Contributor

Similar to #1645, fixes a couple more deprecation warnings I'd come across

.../python-3.10/lib/python3.10/site-packages/metaflow/decorators.py:132: DeprecationWarning: invalid escape sequence '\s'
    for a in re.split(""",(?=[\s\w]+=)""", deco_spec):

.../python-3.10/lib/python3.10/site-packages/metaflow/plugins/aws/aws_utils.py:42: DeprecationWarning: invalid escape sequence '\/'

@russellbrooks
Copy link
Contributor Author

@shrinandj just a heads up that I think you guys will need to kick off the github actions prior to merging 🙏
image

@saikonen saikonen merged commit 8de6a90 into Netflix:master Dec 4, 2023
22 checks passed
@russellbrooks russellbrooks deleted the russell/fix-escape-deprecation-warning branch December 4, 2023 19:57
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

3 participants