Skip to content

Commit 177ab16

Browse files
committed
fix dataset download returned path
1 parent 11e7c27 commit 177ab16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosmotech/coal/cosmotech_api/runner/datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def download_dataset_v5(
110110
"type": "csm_dataset",
111111
"content": content,
112112
"name": dataset.name,
113-
"folder_path": str(part_file_path),
113+
"folder_path": tmp_dataset_dir,
114114
"dataset_id": dataset_id,
115115
}
116116

0 commit comments

Comments
 (0)