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
We have several scripts that process and store paths, along with tests for these scripts. Raw strings are tricky to manipulate and compare (especially across Linux/Windows and when symlinks are involved). We should refactor these scripts to use pathlib objects.
The text was updated successfully, but these errors were encountered:
Discussed on #11048
We have several scripts that process and store paths, along with tests for these scripts. Raw strings are tricky to manipulate and compare (especially across Linux/Windows and when symlinks are involved). We should refactor these scripts to use
pathlib
objects.The text was updated successfully, but these errors were encountered: