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 PR #2798 introduced dvc.utils.fs.path_isin that can be used to compare child paths and parent paths and therefore, raw string compare with startswith can be replaced with this new function.
Refactor usage of startswith for paths with path_isin.
The PR #2798 introduced
dvc.utils.fs.path_isinthat can be used to compare child paths and parent paths and therefore, raw string compare withstartswithcan be replaced with this new function.Refactor usage of
startswithfor paths withpath_isin.