Skip to content

Commit e2a2f5d

Browse files
Fixes incorrect lpa geometry file path
1 parent af83197 commit e2a2f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

digital_land/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def pipeline_run(
140140
default_values = pipeline.default_values(endpoints=endpoints)
141141
combine_fields = pipeline.combine_fields(endpoints=endpoints)
142142

143-
lpa_geometry_path = "var/cache/local-authority.csv"
143+
lpa_geometry_path = "var/cache/lpa-geometry.csv"
144144
local_authority_path = "var/cache/local-authority.csv"
145145
# load organisations
146146
organisation = Organisation(

0 commit comments

Comments
 (0)