Skip to content
Snippets Groups Projects
Commit db3cf081360b authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

fix bw compat method

parent 1ba9d51b2dcd
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@
def get_variable_variables(self):
change = set()
for idx in self.get_variable_indices():
for vref in self.children[0].selection[idx].iget_nodes(VariableRef):
for vref in self.children[0].selection[idx].iget_nodes(nodes.VariableRef):
change.add(vref.name)
return change
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment