Indent fixes.

This commit is contained in:
Alex Dedul 2007-07-12 19:50:34 +00:00
parent 4c03881aba
commit ef8e1185ed
1 changed files with 2 additions and 2 deletions

View File

@ -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')