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

Invalid escape sequences in docstrings #458

Closed
ehossack opened this issue Jan 14, 2024 · 0 comments
Closed

Invalid escape sequences in docstrings #458

ehossack opened this issue Jan 14, 2024 · 0 comments

Comments

@ehossack
Copy link
Contributor

When running the library with python 3.12, I see the following:

/usr/local/lib/python3.12/site-packages/b2sdk/file_version.py:219: SyntaxWarning: invalid escape sequence '\_'
"""
/usr/local/lib/python3.12/site-packages/b2sdk/raw_simulator.py:1162: SyntaxWarning: invalid escape sequence '\?'
'/b2api/v[0-9]+/b2_download_file_by_id\?fileId=(?P<file_id>[^/]+)',
usr/local/lib/python3.12/site-packages/b2sdk/v2/file_version.py:27: SyntaxWarning: invalid escape sequence '\_'
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

No branches or pull requests

2 participants