From 5f5b6fad0b408fa63118191b60583e3a54b88db0 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Tue, 29 Sep 2015 13:05:39 +0100 Subject: [PATCH] Fix indention error in move_storage --- deluge/core/torrent.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index f2fd25acb..8c8c0e854 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -839,10 +839,10 @@ class Torrent(object): def move_storage(self, dest): """Move a torrent's storage location""" try: - dest = unicode(dest, "utf-8") + dest = unicode(dest, "utf-8") except TypeError: - # String is already unicode - pass + # String is already unicode + pass if not os.path.exists(dest): try: