Flows should be respected even in stubs

This commit is contained in:
Dave Halter
2018-09-07 00:25:08 +02:00
parent 82af902cc8
commit 99c08fd205

View File

@@ -275,9 +275,6 @@ class StubParserTreeFilter(ParserTreeFilter):
result_names += non_stub_filter.get(key_name)
return result_names
def _check_flows(self, names):
return names
def _get_non_stub_names(self, string_name):
return [
name