Minor path related to the #1676

This commit is contained in:
Miroslav Stampar 2016-01-28 09:10:04 +01:00
parent 954b4ec32b
commit 4916f1b2b2

View File

@ -179,8 +179,10 @@ class Task(object):
if self.process:
try:
self.process.kill()
return self.process.wait()
except:
pass
return None
def engine_get_id(self):
if self.process: