Fix invalid escape sequence warnings in update.py #30
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
SyntaxWarning: invalid escape sequence "\d"atupdate.py:474,972and
1012-- the same IP regex passed as a plain rather than raw string.latency.py:48already uses a raw string and is silent; bring these three intoline. Harmless today, an error in a future Python.