From 79d11c93af66f12565763078166a0fb673da527b Mon Sep 17 00:00:00 2001 From: Suzanne Childress Date: Thu, 19 Feb 2015 09:11:37 -0800 Subject: [PATCH] The commonly missed files just need their file name, not the path as well. The code searches down to the actual file name through the directory tree. --- input_configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input_configuration.py b/input_configuration.py index 9769a2c3..056a8139 100644 --- a/input_configuration.py +++ b/input_configuration.py @@ -51,7 +51,7 @@ # These files are often missing from a run. We want to check they are present and warn if not. # Please add to this list as you find files that are missing. -commonly_missing_files = ['inputs/buffered_parcels.dat', '/supplemental/generation/landuse/tazdata.in'] +commonly_missing_files = ['buffered_parcels.dat', 'tazdata.in'] #################################### SKIMS AND PATHS #################################### log_file_name = 'skims_log.txt'