fix a lot of the dynamic issues

This commit is contained in:
Dave Halter
2013-12-25 18:16:40 +01:00
parent b768e214eb
commit 5d486f0e3c
3 changed files with 31 additions and 25 deletions
+2 -2
View File
@@ -424,8 +424,8 @@ class Evaluator(object):
while flow_scope:
# TODO check if result is in scope -> no evaluation necessary
n = dynamic.check_flow_information(flow_scope, name_str,
position)
n = dynamic.check_flow_information(self, flow_scope,
name_str, position)
if n:
result = n
break