Commit eb65ce4c authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Meshing: Mage: Fix so file path for packages.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -55,7 +55,7 @@ class MeshingWithMage(AMeshingTool):
return os.path.abspath(
os.path.join(
os.path.dirname(__file__),
"..", "..", "mage", "libbief.so"
"..", "..", "..", "mage", "libbief.so"
)
)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment