Found and sniped a couple more pep8 migration errors.
This commit is contained in:
@ -99,7 +99,9 @@ class CursorManager():
|
||||
try:
|
||||
curr_app = self.env['runtime']['ApplicationManager'].get_current_application(
|
||||
)
|
||||
if self.env['commandBuffer']['windowArea'][curr_app]['1'] is not None:
|
||||
if curr_app in self.env['commandBuffer']['windowArea'] and \
|
||||
'1' in self.env['commandBuffer']['windowArea'][curr_app] and \
|
||||
self.env['commandBuffer']['windowArea'][curr_app]['1'] is not None:
|
||||
return True
|
||||
except Exception as e:
|
||||
self.env['runtime']['DebugManager'].write_debug_out(
|
||||
|
Reference in New Issue
Block a user