From ce0c6d99f25e2e97825b14538e5ef38810c07829 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Mon, 5 Dec 2011 18:14:56 +0000 Subject: [PATCH] Revert "Fix #1976 : Trailing newlines in move_storage" This reverts commit d96fae520d3913ea0938ff749c95f1ac97165911. --- deluge/core/torrent.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index 4712a1c5c..6764f0887 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -840,8 +840,6 @@ class Torrent(object): # String is already unicode dest_u = dest - dest_u = sanitize_filepath(dest_u) - if not os.path.exists(dest_u): try: # Try to make the destination path if it doesn't exist