Fix some array tests

This commit is contained in:
Dave Halter
2019-08-17 15:42:13 +02:00
parent c6d2aa6da2
commit 2629ff55f3
30 changed files with 252 additions and 226 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ class NameFinder(object):
def get_value_filters(self):
origin_scope = self._get_origin_scope()
for f in self._value.get_filters(False, origin_scope=origin_scope):
for f in self._value.get_filters(origin_scope=origin_scope):
yield f
# This covers the case where a stub files are incomplete.
if self._value.is_stub():