replace propery with safe_property in some evaluate cases. fixes #249

This commit is contained in:
Dave Halter
2014-01-15 15:07:06 +01:00
parent 99882724da
commit d5aa36cc69
4 changed files with 13 additions and 13 deletions
-1
View File
@@ -219,7 +219,6 @@ class Evaluator(object):
result = new_result
return set(result)
@common.rethrow_uncaught
def eval_expression_list(self, expression_list, follow_array=False):
"""
`expression_list` can be either `pr.Array` or `list of list`.