mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
parent
5394ac5604
commit
df88c82265
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class Core(CorePluginBase):
|
|||
command = os.path.expanduser(command)
|
||||
|
||||
cmd_args = [torrent_id, torrent_name, save_path]
|
||||
if windows_check:
|
||||
if windows_check():
|
||||
# Escape ampersand on windows (see #2784)
|
||||
cmd_args = [arg.replace("&", "^^^&") for arg in cmd_args]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue