mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-10 00:53:07 +00:00
Fix typo
This commit is contained in:
parent
ac18ecd1f0
commit
b7e7a4bc49
@ -904,7 +904,7 @@ class Torrent(object):
|
||||
return
|
||||
|
||||
# Make sure the new folder path is nice and has a trailing slash
|
||||
new_folder = os.path.norm(new_folder) + "/"
|
||||
new_folder = os.path.normpath(new_folder) + "/"
|
||||
|
||||
wait_on_folder = (folder, new_folder, [])
|
||||
for f in self.get_files():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user