Skip to content

Commit

Permalink
fix: Fix bug with missing upload when matching second time.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpriskorn committed Aug 7, 2024
1 parent 3802d26 commit a31950f
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 @@ -109,6 +109,7 @@ def __lookup_in_waymarked_trails__(trail_item: TrailItem) -> None:
f"and see if any fit with {trail_item.item.get_entity_url()}"
)
trail_item.try_matching_again()
trail_item.enrich_wikidata()
else:
trail_item.osm_id_source = OsmIdSource.QUESTIONNAIRE
trail_item.enrich_wikidata()
Expand Down

0 comments on commit a31950f

Please sign in to comment.