mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 04:24:27 +00:00
[#2784] Fix typo in bugfix 5f92810f
This commit is contained in:
parent
20bae1bf90
commit
6de2813c3d
@ -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…
x
Reference in New Issue
Block a user