mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +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)
|
command = os.path.expanduser(command)
|
||||||
|
|
||||||
cmd_args = [torrent_id, torrent_name, download_location]
|
cmd_args = [torrent_id, torrent_name, download_location]
|
||||||
if windows_check:
|
if windows_check():
|
||||||
# Escape ampersand on windows (see #2784)
|
# Escape ampersand on windows (see #2784)
|
||||||
cmd_args = [cmd_arg.replace("&", "^^^&") for cmd_arg in cmd_args]
|
cmd_args = [cmd_arg.replace("&", "^^^&") for cmd_arg in cmd_args]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue