Skip to content

Commit

Permalink
Fixes incorrect lpa geometry file path
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCoelhoSL committed Nov 6, 2023
1 parent af83197 commit e2a2f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digital_land/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def pipeline_run(
default_values = pipeline.default_values(endpoints=endpoints)
combine_fields = pipeline.combine_fields(endpoints=endpoints)

lpa_geometry_path = "var/cache/local-authority.csv"
lpa_geometry_path = "var/cache/lpa-geometry.csv"
local_authority_path = "var/cache/local-authority.csv"
# load organisations
organisation = Organisation(
Expand Down

0 comments on commit e2a2f5d

Please sign in to comment.