add some more debug

This commit is contained in:
chrys 2016-10-22 12:58:34 +02:00
parent 483fd21952
commit 457c6aa769

View File

@ -52,8 +52,7 @@ class driver():
self.env['screenData']['newApplication'] = i[0]
return
except Exception as e:
print(e)
return
self.env['runtime']['debug'].writeDebugOut(str(e),debug.debugLevel.ERROR)
return
def getIgnoreScreens(self):