FEM: Update writer.py

This commit is contained in:
FEA-eng
2024-07-14 14:46:55 +02:00
committed by wwmayer
parent 8a14a7d6f0
commit 686741266a

View File

@@ -38,7 +38,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 . import add_mesh