Skip to content

Commit

Permalink
fix: copy_demo_nbs function package path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbins228 authored and openshift-merge-bot[bot] committed Oct 22, 2024
1 parent aee7c20 commit 3c0008d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codeflare_sdk/common/utils/demos.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pathlib
import shutil

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


Expand Down

0 comments on commit 3c0008d

Please sign in to comment.