mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
[#2960] Fix typo in storage moved alert
This commit is contained in:
parent
6b49f844dc
commit
8c26c83c4d
1 changed files with 1 additions and 1 deletions
|
@ -1060,7 +1060,7 @@ class TorrentManager(component.Component):
|
||||||
except (RuntimeError, KeyError):
|
except (RuntimeError, KeyError):
|
||||||
return
|
return
|
||||||
|
|
||||||
torrent.set_download_location(os.path.normpath(alert.storage_path))
|
torrent.set_download_location(os.path.normpath(alert.storage_path()))
|
||||||
torrent.set_move_completed(False)
|
torrent.set_move_completed(False)
|
||||||
torrent.update_state()
|
torrent.update_state()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue