notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Fix SyntaxWarning from update message

Open living180 opened this issue 1 year ago • 2 comments
trafficstars

The use of backslashes in the ASCII-art "Update" banner results in an "invalid escape sequence" SyntaxWarning under Python 3.12. Fix by changing the banner string to a raw string (which ignores backslashes).

living180 avatar Sep 05 '24 11:09 living180