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
test: partially undo changes to PathSanitizingFileCheck
The regular expression engine escaped the strings differently across
python 2 and 3. Using a raw string makes this simpler to understand
and obsoletes the comment. This change also now properly allows the
replacement to occur in the same way on 2 and 3.
0 commit comments