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
commit ce0c6d99f2

View file

@ -840,8 +840,6 @@ class Torrent(object):
# String is already unicode # String is already unicode
dest_u = dest dest_u = dest
dest_u = sanitize_filepath(dest_u)
if not os.path.exists(dest_u): if not os.path.exists(dest_u):
try: try:
# Try to make the destination path if it doesn't exist # Try to make the destination path if it doesn't exist