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
P4Transfer.py:1626: SyntaxWarning: invalid escape sequence '\('
re_transferProblems = re.compile(".*fix problems then use 'p4 submit -c ([0-9]+)'.\nSome file\(s\) could not be transferred from client")
https://docs.python.org/dev/whatsnew/3.12.html#other-language-changes
I think it should be a raw string
The text was updated successfully, but these errors were encountered: