Update screenManager.py

This commit is contained in:
chrys87 2016-12-15 10:37:31 +01:00 committed by GitHub
parent e916a84ee1
commit ef00378d1c

View File

@ -63,7 +63,7 @@ class screenManager():
try: try:
self.env['runtime']['screenDriver'].injectTextToScreen(text, screen) self.env['runtime']['screenDriver'].injectTextToScreen(text, screen)
except Exception as e: except Exception as e:
pass self.env['runtime']['debug'].writeDebugOut('screenManager:injectTextToScreen ' + str(e),debug.debugLevel.ERROR)
def changeBrailleScreen(self): def changeBrailleScreen(self):
if not self.env['runtime']['brailleDriver']: if not self.env['runtime']['brailleDriver']: