entangled / entangled.py

Python port of Entangled
Apache License 2.0
33 stars 7 forks source link

os.replace may fail if multiple file systems are involved #34

Closed jhidding closed 10 months ago

jhidding commented 10 months ago

See https://docs.python.org/3/library/os.html#os.replace

I got the following error:

OSError: [Errno 18] Invalid cross-device link: '/tmp/tmp43rpme1y' -> 'loom/lazy.py'
jhidding commented 10 months ago

I'll use the dir= argument to create the temporary file in a local place.