-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
SyntaxWarning: invalid escape sequence '\ ' #79
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Any updates on this? I'm having the exact same issue. Installed via docker compose too. |
It's just a warning. Python 3.12 started surfacing them to try and force developers to fix the issues as they were just ignoring them. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is locked due to inactivity |
Is there an existing issue for this?
Current Behavior
I receive this SyntaxWarning message in the log:
/app/lazylibrarian/cherrypy/process/servers.py:1: SyntaxWarning: invalid escape sequence '\ '
Expected Behavior
No response
Steps To Reproduce
Just want to know why i receive this message and maybe fix it
Environment
CPU architecture
x86-64
Docker creation
Container logs
/app/lazylibrarian/cherrypy/process/servers.py:1: SyntaxWarning: invalid escape sequence '\ '
The text was updated successfully, but these errors were encountered: