You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The \ in the string literal was generating the following warning every
time the file was parsed:
SyntaxWarning: invalid escape sequence '\ '
This commit uses a raw string literal to avoid interpretation of
backslashes.
Signed-off-by: Luc Touraille <touraill@adobe.com>
0 commit comments