pythonprop icon indicating copy to clipboard operation
pythonprop copied to clipboard

Avoid invalid Python escape sequences

Open davidpolverari opened this issue 1 year ago • 0 comments

When installing the program on Debian 12, there were some warnings about the usage of invalid Python escape sequences on some lines, mostly related to regular expressions and Windows paths.

This patch avoids those cases by using Python raw strings instead.

davidpolverari avatar Feb 13 '24 22:02 davidpolverari