pywebcopy icon indicating copy to clipboard operation
pywebcopy copied to clipboard

Avoid SyntaxWarning in python 3.12

Open johndoe46 opened this issue 1 year ago • 0 comments

File header triggers the following warning:

SyntaxWarning: invalid escape sequence '_'

This commit fixes this by marking the string as raw.

johndoe46 avatar Sep 19 '24 20:09 johndoe46