Fix a missed call to get_tables_for_schema

pull/977/head
Richard van der Hoff 9 years ago
parent 9f9b3a1fdd
commit d17c84b819

@ -366,8 +366,7 @@ class MatrixUnits(Units):
if is_array_of_objects: if is_array_of_objects:
req_obj = req_obj["items"] req_obj = req_obj["items"]
req_tables = get_tables_for_schema( req_tables = get_tables_for_schema(req_obj)
filepath, req_obj, include_parents=True)
if req_tables > 1: if req_tables > 1:
for table in req_tables[1:]: for table in req_tables[1:]:

Loading…
Cancel
Save