Changes between Version 1 and Version 2 of Ticket #2466, comment 3
- Timestamp:
- 07/03/2014 01:51:06 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2466, comment 3
v1 v2 1 1 I think if you add under line 340 2 2 "os.remove(filepath)" 3 It will fix this as it should first copy the torrent(line 340) which works, then removes the torrent from its original location? It seems like this is what it trys if there is an error with the operation but im guessing the operation is considered successful since the copy works but loops back from another spot causing the error shown in deluged-debug? 3 It will fix this as it should first copy the torrent(line 340) which works, then removes the torrent from its original location? It seems like this is what it trys if there is an error with the operation but im guessing the operation is considered successful since the copy works but loops back from another spot causing the error shown in deluged-debug? Because it just keeps trying to add and copy over and over again? 4 4 5 5 Or maybe a easyer option would be to just use shutil.move(src, dst).