mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-05 06:14:17 +05:00
Fix an error message in structural element visualization
This commit is contained in:
parent
fa17d8fb3a
commit
a3e120cc90
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user