mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Indent fixes.
This commit is contained in:
parent
4c03881aba
commit
ef8e1185ed
1 changed files with 2 additions and 2 deletions
|
@ -533,9 +533,9 @@ class Manager:
|
|||
# Queue seeding torrent to bottom if needed
|
||||
if(self.get_pref('enable_move_completed')):
|
||||
try:
|
||||
deluge_core.move_storage(event['unique_ID'], self.get_pref('default_finished_path'))
|
||||
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")
|
||||
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')
|
||||
|
|
Loading…
Add table
Reference in a new issue