Changes between Version 1 and Version 2 of Ticket #2466, comment 3


Ignore:
Timestamp:
07/03/2014 01:51:06 AM (10 years ago)
Author:
Doadin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2466, comment 3

    v1 v2  
    11I think if you add under line 340  
    22"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? 
     3It 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? 
    44 
    55Or maybe a easyer option would be to just use shutil.move(src, dst).