Fix an error message in structural element visualization

This commit is contained in:
barate 2013-10-07 14:51:10 +00:00
parent fa17d8fb3a
commit a3e120cc90

View File

@ -162,7 +162,7 @@ class StructuralElementManager:
logger.error("Can't get geom object corresponding to " logger.error("Can't get geom object corresponding to "
'mesh group "%s", structural element ' 'mesh group "%s", structural element '
"part %s will not be built." % "part %s will not be built." %
(groupName, part)) (meshGroup, command))
continue continue
# Create the part # Create the part