refacor: clean resolve implementations
This commit is contained in:
@ -73,8 +73,8 @@ class ApplyTimer(Timer):
|
||||
if node_ref.state == FETCHED:
|
||||
try:
|
||||
operators.client.apply(node)
|
||||
except Exception:
|
||||
logger.error("fail to apply {}".format(node_ref.uuid))
|
||||
except Exception as e:
|
||||
logger.error("fail to apply {}: {}".format(node_ref.uuid,e))
|
||||
|
||||
|
||||
class DynamicRightSelectTimer(Timer):
|
||||
@ -130,6 +130,7 @@ class DynamicRightSelectTimer(Timer):
|
||||
elif not obj.hide_select and obj.uuid in user_ref.data['selected_objects']:
|
||||
obj.hide_select = True
|
||||
|
||||
|
||||
class Draw(Delayable):
|
||||
def __init__(self):
|
||||
self._handler = None
|
||||
|
Reference in New Issue
Block a user