mirror of
https://github.com/logos-storage/deluge.git
synced 2026-04-18 08:43:06 +00:00
fix zombie fix oops
This commit is contained in:
parent
d355a42af8
commit
43c09af8b1
@ -190,7 +190,7 @@ def exec_command(executable, *parameters):
|
||||
command = [executable]
|
||||
command.extend(parameters)
|
||||
try:
|
||||
os.WEXITSTATUS(os.system(command[0] +" "+ command[1]))
|
||||
os.WEXITSTATUS(os.system(command[0] + " \"%s\"" %command[1]))
|
||||
except OSError:
|
||||
import gtk
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user