Closed Rub21 closed 6 years ago
Yes!! Great catch @Rub21 ! I just plugged in my external drive to test this 10 minutes ago and you've fixed it!
I looked it up and internally Python implements os.rename as a hardlink, which makes sense as it's super fast because you don't have to copy the data, it just creates a new link to it.
Thanks!
Error : 👇
I have changed
os.rename
toshutil.move
and saving the output files in the same directory as the metadata file.cc @matthewhanson