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