diff --git a/tm2py/setup_model/setup.py b/tm2py/setup_model/setup.py index 7860cd4..225edad 100644 --- a/tm2py/setup_model/setup.py +++ b/tm2py/setup_model/setup.py @@ -64,6 +64,13 @@ def run_setup(self): "CTRAMP", "ctramp_output", "demand_matrices", + "demand_matrices/highway", + "demand_matrices/highway/air_passenger", + "demand_matrices/highway/household", + "demand_matrices/highway/maz_demand", + "demand_matrices/highway/internal_external", + "demand_matrices/highway/commercial", + "demand_matrices/transit", "emme_project", "inputs", "logs", @@ -155,7 +162,7 @@ def _create_folder_structure(self, folder_names, root_dir, logger): for folder in folder_names: path = os.path.join(root_dir, folder) os.makedirs(path) - # logger.info(f" Created Empty Folder: {path}") + logger.info(f" Created Empty Folder: {path}") def _copy_folder(self, src_dir, dest_dir, logger): """