Skip to content

Commit 725d990

Browse files
committed
fixed save directory
1 parent 97475ed commit 725d990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luxonis_ml/data/parsers/luxonis_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,6 @@ def _download_roboflow_dataset(
285285
rf.workspace(workspace)
286286
.project(project)
287287
.version(int(version))
288-
.download(format, str(local_path))
288+
.download(format, str(local_path / project))
289289
)
290290
return Path(dataset.location), project

0 commit comments

Comments
 (0)