FEM: Update exportNastranMesh.py

This commit is contained in:
FEA-eng
2024-07-06 13:13:50 +02:00
committed by wwmayer
parent e9f3178715
commit cc9144b9af

View File

@@ -36,7 +36,7 @@ try:
from pyNastran.bdf.bdf import BDF
except Exception:
FreeCAD.Console.PrintError(
"Module pyNastran not found. Writing Mystran solver input will not be work.\n"
"Module pyNastran not found. Writing Mystran solver input will not work.\n"
)
from FreeCAD import Console