This commit is contained in:
chrys 2018-07-19 22:47:47 +02:00
parent 7f2b722762
commit 3e2dd85729

View File

@ -194,8 +194,6 @@ class driver(screenDriver):
except Exception as e: # Process died? except Exception as e: # Process died?
self.env['runtime']['debug'].writeDebugOut('Process died' + str(e),debug.debugLevel.ERROR) self.env['runtime']['debug'].writeDebugOut('Process died' + str(e),debug.debugLevel.ERROR)
self.env['runtime']['debug'].writeDebugOut(str(traceback.format_exc()),debug.debugLevel.ERROR) self.env['runtime']['debug'].writeDebugOut(str(traceback.format_exc()),debug.debugLevel.ERROR)
active.value = False active.value = False
finally: finally:
os.kill(p_pid, signal.SIGTERM) os.kill(p_pid, signal.SIGTERM)