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