We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af83197 commit e2a2f5dCopy full SHA for e2a2f5d
digital_land/commands.py
@@ -140,7 +140,7 @@ def pipeline_run(
140
default_values = pipeline.default_values(endpoints=endpoints)
141
combine_fields = pipeline.combine_fields(endpoints=endpoints)
142
143
- lpa_geometry_path = "var/cache/local-authority.csv"
+ lpa_geometry_path = "var/cache/lpa-geometry.csv"
144
local_authority_path = "var/cache/local-authority.csv"
145
# load organisations
146
organisation = Organisation(
0 commit comments