Skip to content

Commit

Permalink
Update file names in datalake_exporter.py for transit time reporter t…
Browse files Browse the repository at this point in the history
…o be within 45 minutes
  • Loading branch information
JoeJimFlood authored Nov 21, 2024
1 parent 8035909 commit 942aefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/python/datalake_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ def write_to_datalake(output_path, models, exclude, env):
os.path.abspath(os.path.join(output_path, '..', 'input', 'zone_term.csv')),
os.path.abspath(os.path.join(output_path, '..', 'input', 'trlink.csv')),
os.path.join(output_path, 'bikeMgraLogsum.csv'),
os.path.join(report_path, 'walkMgrasWithin30Min_AM.csv'),
os.path.join(report_path, 'walkMgrasWithin30Min_MD.csv')
os.path.join(report_path, 'walkMgrasWithin45Min_AM.csv'),
os.path.join(report_path, 'walkMgrasWithin45Min_MD.csv')
]
for file in other_files:
try:
Expand Down

0 comments on commit 942aefa

Please sign in to comment.