Skip to content

Commit 1b34bd1

Browse files
committed
align with proper convert changes
1 parent 14e015b commit 1b34bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

digital_land/commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def pipeline_run(
283283
path=input_path,
284284
dataset_resource_log=dataset_resource_log,
285285
converted_resource_log=converted_resource_log,
286-
output_path=cache_dir / "converted_resources" / dataset / f"{resource}.csv",
286+
output_path=converted_path,
287287
),
288288
NormalisePhase(skip_patterns=skip_patterns, null_path=null_path),
289289
ParsePhase(),

0 commit comments

Comments
 (0)