Skip to content

Commit aec0c06

Browse files
committed
fix bug with project_path in dlc config
1 parent 92acb3f commit aec0c06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/cheese3d/cheese3d/backends

packages/cheese3d/cheese3d/backends/dlc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def create(self):
9999
dlc.create_new_project(
100100
project=self.name,
101101
experimenter=self.experimenter,
102-
working_directory=self.root_dir,
102+
working_directory=self.root_dir.absolute(),
103103
videos=self.videos,
104104
copy_videos=False
105105
)

0 commit comments

Comments
 (0)