From 62bb4cd96195bde5ab30bf328094f8bee3f04703 Mon Sep 17 00:00:00 2001 From: Alex Dedul Date: Fri, 13 Jul 2007 08:25:28 +0000 Subject: [PATCH] Tried to fix move completed feature. --- src/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core.py b/src/core.py index fcec0c130..6f084846d 100644 --- a/src/core.py +++ b/src/core.py @@ -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'):