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