mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Revert "Fix #1976 : Trailing newlines in move_storage"
This reverts commit d96fae520d
.
This commit is contained in:
parent
d96fae520d
commit
ce0c6d99f2
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue