From 7449affad95027fa26ba0be8630c0c46e9288ef0 Mon Sep 17 00:00:00 2001 From: moe-ad Date: Wed, 11 Dec 2024 15:17:37 +0100 Subject: [PATCH] fix: changed logic for getting project root directory --- .../02-python_operators_with_dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/08-python-operators/02-python_operators_with_dependencies.py b/examples/08-python-operators/02-python_operators_with_dependencies.py index e28a82e9b5..550e503d27 100644 --- a/examples/08-python-operators/02-python_operators_with_dependencies.py +++ b/examples/08-python-operators/02-python_operators_with_dependencies.py @@ -63,7 +63,7 @@ from ansys.dpf.core import examples plugin_path = Path(examples.download_gltf_plugin()) -folder_root = Path(__file__).parent.parent.parent +folder_root = Path.cwd() # %% # To add third-party modules as dependencies to a plug-in package, you must