mirror of
https://github.com/beetbox/beets.git
synced 2025-12-10 02:22:25 +01:00
The shutil.move() function attempts to copy metadata (e.g., permissions and mtime) when copying a file across filesystems. This always fails on Samba shares because the utime() call is never permitted by normal users. We don't care about preserving mtimes across moves, though, so this commit eschews shutil and reimplements the move algorithm. |
||
|---|---|---|
| .. | ||
| guides | ||
| plugins | ||
| reference | ||
| changelog.rst | ||
| conf.py | ||
| index.rst | ||
| Makefile | ||