#1 Does not support moving targets across mounts

Closed
opened 2 years ago by ryanreed · 0 comments
ryanreed commented 2 years ago
Owner

os.rename, which is what Pathlib is utilizing, does not support moving across filesystems.

Need to replace with copy() and delete() to support this.

`os.rename`, which is what Pathlib is utilizing, does not support moving across filesystems. Need to replace with copy() and delete() to support this.
ryanreed closed this issue 2 years ago
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Loading…
There is no content yet.