From 8c26c83c4df7f600b01c74120f62a83c0b9ed3a1 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sat, 28 Jan 2017 14:27:27 +0000 Subject: [PATCH] [#2960] Fix typo in storage moved alert --- deluge/core/torrentmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/core/torrentmanager.py b/deluge/core/torrentmanager.py index af9590ea5..1e6961690 100644 --- a/deluge/core/torrentmanager.py +++ b/deluge/core/torrentmanager.py @@ -1060,7 +1060,7 @@ class TorrentManager(component.Component): except (RuntimeError, KeyError): 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.update_state()