Module: External programs are launched in detached mode.
This commit is contained in:
parent
97e2ad7bba
commit
32ab77c203
@ -107,7 +107,7 @@ class Module(SettingsBase):
|
|||||||
if cb is not "run":
|
if cb is not "run":
|
||||||
getattr(self, cb)(*args)
|
getattr(self, cb)(*args)
|
||||||
else:
|
else:
|
||||||
execute(cb, *args)
|
execute(cb, detach=True)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def move(self, position):
|
def move(self, position):
|
||||||
|
Loading…
Reference in New Issue
Block a user