mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix typo
This commit is contained in:
parent
25e58bc8a2
commit
c1477e45cb
1 changed files with 1 additions and 1 deletions
|
@ -890,7 +890,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…
Add table
Reference in a new issue