From d17c84b81944c9387a054896e00c038f6eba1a33 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 7 Jan 2016 19:12:14 +0000 Subject: [PATCH] Fix a missed call to get_tables_for_schema --- templating/matrix_templates/units.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templating/matrix_templates/units.py b/templating/matrix_templates/units.py index 8308daa5..e3a67b0a 100644 --- a/templating/matrix_templates/units.py +++ b/templating/matrix_templates/units.py @@ -366,8 +366,7 @@ class MatrixUnits(Units): if is_array_of_objects: req_obj = req_obj["items"] - req_tables = get_tables_for_schema( - filepath, req_obj, include_parents=True) + req_tables = get_tables_for_schema(req_obj) if req_tables > 1: for table in req_tables[1:]: