Different node type name

This commit is contained in:
Sybren A. Stüvel 2016-09-27 15:55:39 +02:00
parent cfc53e007c
commit cbaccaed49

View File

@ -350,7 +350,7 @@ class AttractShotsOrderUpdate(AttractOperatorMixin, Operator):
# Get all shot nodes from server, build dictionary using ObjectID # Get all shot nodes from server, build dictionary using ObjectID
# as indexes # as indexes
node_type = self.find_node_type('shot') node_type = self.find_node_type('attract_shot')
if isinstance(node_type, set): # in case of error if isinstance(node_type, set): # in case of error
return node_type return node_type