SyntaxWarning: invalid escape sequence '\\-' #1803
Unanswered
mathieumd
asked this question in
Q&A / Help
Replies: 1 comment
-
It's part of an issue with the webpy library and Python 3.10+. We fixed this and other issues after 49 was released by writing our own error handler to replace webpy's debugerror.py Since it's only a warning, it should not be interfering with the running of the application and you should be safe to ignore it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since I upgraded to v49, I get this in Apache's error log:
But I cannot reproduce it, and it's very low occurrence:
I don't know what to look for in
asm3.conf
.Beta Was this translation helpful? Give feedback.
All reactions