used_names -> get_used_names().

This commit is contained in:
Dave Halter
2017-04-12 08:56:11 +02:00
parent b0ac07228b
commit a0b65b52c6
13 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ def _check_flow_information(context, flow, search_name, pos):
# Check for asserts.
module_node = flow.get_root_node()
try:
names = module_node.used_names[search_name.value]
names = module_node.get_used_names()[search_name.value]
except KeyError:
return None
names = reversed([