Skip to content

Commit 3c0008d

Browse files
fix: copy_demo_nbs function package path
1 parent aee7c20 commit 3c0008d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codeflare_sdk/common/utils/demos.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pathlib
22
import shutil
33

4-
package_dir = pathlib.Path(__file__).parent.parent.resolve()
4+
package_dir = pathlib.Path(__file__).parent.parent.parent.resolve()
55
demo_dir = f"{package_dir}/demo-notebooks"
66

77

0 commit comments

Comments
 (0)