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
Part of this effort should also be dropping all of the existing occurrences of pattern matching of the PathOutsideRoot exception string in the unit test suite.
The exception message in re_root currently states:
Joining path {s_other!r} to {s_self!r}: target is outside {s_root!r}
Proposed change (for example):
Update the message to a more user-friendly tone:
Path {s_self!r}/{s_other!r} outside {s_root!r}, refusing to proceed
Reason for change:
This rewording improves clarity and makes the message more direct and user-appealing.
A/C
The text was updated successfully, but these errors were encountered: