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