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
- Can occur if a file is still open somewhere, so NFS will rename it to
a hidden file in the same directory
- When `shutil` tries to delete that hidden file, we get an `OSError`
with `errno.EBUSY`
0 commit comments