Skip to content

Commit

Permalink
The commonly missed files just need their file name, not the path as …
Browse files Browse the repository at this point in the history
…well.

The code searches down to the actual file name through the directory tree.
  • Loading branch information
Ennazus committed Feb 19, 2015
1 parent fd70519 commit 79d11c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 79d11c9

Please sign in to comment.