From 4e132d212733cfd6699850538a8dcbc2baa2cdef Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Thu, 29 Aug 2019 22:23:40 -0400 Subject: [PATCH] FEM: fixed recent typo introduced in 03fc637bfc9839 --- src/Mod/Fem/femmesh/meshtools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femmesh/meshtools.py b/src/Mod/Fem/femmesh/meshtools.py index aae871210d..e1bc9e85d1 100644 --- a/src/Mod/Fem/femmesh/meshtools.py +++ b/src/Mod/Fem/femmesh/meshtools.py @@ -671,7 +671,7 @@ def get_femmesh_groupdata_sets_by_name( # no check is done in this regard !!! # we just check for the group name and the group data type # what happens if a reference shape was changed - # but the mesh and the mesh groups where not created new !?! + # but the mesh and the mesh groups were not created new !?! obj = fem_object["Object"] if femmesh.GroupCount: for g in femmesh.Groups: