mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-15 05:54:24 +00:00
minor touchup
This commit is contained in:
parent
c0d86f9a66
commit
b123ffbc34
@ -542,7 +542,7 @@ class Manager:
|
|||||||
if event['event_type'] is self.constants['EVENT_STORAGE_MOVED']:
|
if event['event_type'] is self.constants['EVENT_STORAGE_MOVED']:
|
||||||
if event['message'] == "move_failed":
|
if event['message'] == "move_failed":
|
||||||
raise StorageMoveFailed(_("You cannot move torrent to a different partition. Please fix your preferences"))
|
raise StorageMoveFailed(_("You cannot move torrent to a different partition. Please fix your preferences"))
|
||||||
if event['message'] == "move_success":
|
elif event['message'] == "move_success":
|
||||||
self.unique_IDs[event['unique_ID']].save_dir = self.get_pref('default_finished_path')
|
self.unique_IDs[event['unique_ID']].save_dir = self.get_pref('default_finished_path')
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user