Skip to content

Commit

Permalink
fix: changed logic for getting project root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
moe-ad committed Dec 11, 2024
1 parent d2ef7d6 commit 7449aff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7449aff

Please sign in to comment.