Tried to fix move completed feature.

This commit is contained in:
Alex Dedul 2007-07-13 08:25:28 +00:00
parent 28133d0e07
commit 62bb4cd961
1 changed files with 0 additions and 1 deletions

View File

@ -547,7 +547,6 @@ class Manager:
deluge_core.move_storage(event['unique_ID'], self.get_pref('default_finished_path'))
except SystemError:
raise SystemError("You cannot move torrent to a different partition. Please fix your preferences")
continue
else:
self.unique_IDs[event['unique_ID']].save_dir = self.get_pref('default_finished_path')
if self.get_pref('queue_seeds_to_bottom'):