Revert "Fix #1976 : Trailing newlines in move_storage"

This reverts commit d96fae520d.
This commit is contained in:
Calum Lind 2011-12-05 18:14:56 +00:00
parent d96fae520d
commit ce0c6d99f2
1 changed files with 0 additions and 2 deletions

View File

@ -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