Skip to content

Commit

Permalink
chore: Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dpriskorn committed Jul 13, 2023
1 parent 60bd820 commit 6def551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/enrich_hiking_trails.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def __lookup_in_waymarked_trails__(trail_item: TrailItem) -> None:
f"Try looking at {trail_item.waymarked_hiking_trails_search_url} "
f"and see if any fit with {trail_item.item.get_entity_url()}"
)
# TODO help the user match again
else:
trail_item.osm_id_source = OsmIdSource.QUESTIONNAIRE
trail_item.enrich_wikidata()
Expand Down

0 comments on commit 6def551

Please sign in to comment.