Commit cae33a4f authored by Julien Muchembled's avatar Julien Muchembled

typo

parent 5d042452
......@@ -402,7 +402,7 @@ class NodeManager(object):
self.__updateSet(self._state_dict, old_state, node.getState(), node)
def getList(self, node_filter=None):
if filter is None:
if node_filter is None:
return list(self._node_set)
return filter(node_filter, self._node_set)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment