GenericMappingTools / sphinx_gmt

Sphinx extensions for GMT
https://www.generic-mapping-tools.org/sphinx_gmt
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Fix invalid cross-device link error when moving files #17

Closed seisman closed 5 years ago

seisman commented 5 years ago

Path.rename() and os.rename() report "Invalid cross-device link" error if the source and target names are on different file system. Use shutil.move() can fix the issue.