add some more debug
This commit is contained in:
parent
483fd21952
commit
457c6aa769
@ -52,8 +52,7 @@ class driver():
|
|||||||
self.env['screenData']['newApplication'] = i[0]
|
self.env['screenData']['newApplication'] = i[0]
|
||||||
return
|
return
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
self.env['runtime']['debug'].writeDebugOut(str(e),debug.debugLevel.ERROR)
|
||||||
return
|
|
||||||
return
|
return
|
||||||
|
|
||||||
def getIgnoreScreens(self):
|
def getIgnoreScreens(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user