Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ztatlock committed Apr 3, 2024
1 parent fbcae9d commit 053faa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/route-db-invariants.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def check_route(route):
gpx_path = os.path.join(gpx_dir, route['id']) + '.gpx'
if not os.path.isfile(gpx_path):
warn_rc(route, f"no GPX file at '{gpx_path}'")

# MAIN

# read routes
Expand Down

0 comments on commit 053faa6

Please sign in to comment.