mirror of
https://github.com/logos-storage/deluge.git
synced 2026-02-27 00:23:19 +00:00
Revert "Fix #1976 : Trailing newlines in move_storage"
This reverts commit d96fae520d3913ea0938ff749c95f1ac97165911.
This commit is contained in:
parent
d96fae520d
commit
ce0c6d99f2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user