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
When using dry-run mode (-n), files won't be modified.
However, if we are renaming entire paths, the implementation of transform_file() temporarily creates the parent paths of the new, rewritten path as part of the dry run (to better reproduce real behavior, and because it counts matches).
This means it can leave behind new, empty directories.
This isn't a really big deal, but it's arguably a bug.
The text was updated successfully, but these errors were encountered:
When using dry-run mode (
-n
), files won't be modified.However, if we are renaming entire paths, the implementation of transform_file() temporarily creates the parent paths of the new, rewritten path as part of the dry run (to better reproduce real behavior, and because it counts matches).
This means it can leave behind new, empty directories.
This isn't a really big deal, but it's arguably a bug.
The text was updated successfully, but these errors were encountered: