Skip to content

Commit

Permalink
Fix routes helper usage
Browse files Browse the repository at this point in the history
  • Loading branch information
nickswalker committed Nov 12, 2024
1 parent db6ec6a commit a4aeadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _bin/route-db.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def main():
f.write('\n')

# write json version
json_path = os.path.join(rcr.ROUTES_AND_LOCS, 'routes.json')
json_path = os.path.join(rcr.ROUTES, 'routes.json')
with open(json_path, 'w') as f:
json.dump(routes, f, indent=2)

Expand Down

0 comments on commit a4aeadc

Please sign in to comment.