fix none attribute error
This commit is contained in:
parent
9d484b00e9
commit
06e21c86ce
@ -203,6 +203,7 @@ class DynamicRightSelectTimer(Timer):
|
|||||||
|
|
||||||
for node_id in to_lock:
|
for node_id in to_lock:
|
||||||
node = session.repository.graph.get(node_id)
|
node = session.repository.graph.get(node_id)
|
||||||
|
if node and hasattr(node,'data'):
|
||||||
instance_mode = node.data.get('instance_type')
|
instance_mode = node.data.get('instance_type')
|
||||||
if instance_mode and instance_mode == 'COLLECTION':
|
if instance_mode and instance_mode == 'COLLECTION':
|
||||||
to_lock.remove(node_id)
|
to_lock.remove(node_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user