Module: External programs are launched in detached mode.

This commit is contained in:
Lukáš Mandák 2015-09-25 13:57:09 +02:00
parent 97e2ad7bba
commit 32ab77c203

View File

@ -107,7 +107,7 @@ class Module(SettingsBase):
if cb is not "run":
getattr(self, cb)(*args)
else:
execute(cb, *args)
execute(cb, detach=True)
return True
def move(self, position):