From a3e120cc9064227b95e32ab915dd9934c6f363b2 Mon Sep 17 00:00:00 2001 From: barate Date: Mon, 7 Oct 2013 14:51:10 +0000 Subject: [PATCH] Fix an error message in structural element visualization --- src/GEOM_PY/structelem/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOM_PY/structelem/__init__.py b/src/GEOM_PY/structelem/__init__.py index 0ebddec06..06b55687f 100644 --- a/src/GEOM_PY/structelem/__init__.py +++ b/src/GEOM_PY/structelem/__init__.py @@ -162,7 +162,7 @@ class StructuralElementManager: logger.error("Can't get geom object corresponding to " 'mesh group "%s", structural element ' "part %s will not be built." % - (groupName, part)) + (meshGroup, command)) continue # Create the part -- 2.39.2