mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
minor touchup
This commit is contained in:
parent
c0d86f9a66
commit
b123ffbc34
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ class Manager:
|
|||
if event['event_type'] is self.constants['EVENT_STORAGE_MOVED']:
|
||||
if event['message'] == "move_failed":
|
||||
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')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue