Skip to content

Commit 7449aff

Browse files
committed
fix: changed logic for getting project root directory
1 parent d2ef7d6 commit 7449aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/08-python-operators/02-python_operators_with_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
from ansys.dpf.core import examples
6464

6565
plugin_path = Path(examples.download_gltf_plugin())
66-
folder_root = Path(__file__).parent.parent.parent
66+
folder_root = Path.cwd()
6767

6868
# %%
6969
# To add third-party modules as dependencies to a plug-in package, you must

0 commit comments

Comments
 (0)