From 053faa6b5452cccd14b78467321b744a0db8447c Mon Sep 17 00:00:00 2001 From: Zachary Tatlock Date: Wed, 3 Apr 2024 12:51:10 -0700 Subject: [PATCH] nit --- _data/route-db-invariants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/route-db-invariants.py b/_data/route-db-invariants.py index 2de8168..b00f99a 100644 --- a/_data/route-db-invariants.py +++ b/_data/route-db-invariants.py @@ -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