Comment 6 for bug 1815546

Revision history for this message
Damon Lynch (dlynch3) wrote :

I'm glad to hear you were able to resolve the problem @maruino2. A proper fix is still needed however, because doing a move of a file from location A to location B after having just copied it from location C is highly inefficient. Better to copy from C to B without the intermediary A. Please look at the code copyfiles.py and examine how to handle the situation that is arising with your file system setup.