mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-08 15:37:28 +05:00
Bug IPAL8738. Fix DumpPython in SetName()
This commit is contained in:
parent
107c7b6d4b
commit
cfb5bbf72e
@ -122,7 +122,7 @@ void SMESH_GroupBase_i::SetName( const char* theName )
|
|||||||
// Update Python script
|
// Update Python script
|
||||||
TCollection_AsciiString aStr, aStrName ((char*)theName);
|
TCollection_AsciiString aStr, aStrName ((char*)theName);
|
||||||
SMESH_Gen_i::AddObject(aStr, _this()) += ".SetName(\"";
|
SMESH_Gen_i::AddObject(aStr, _this()) += ".SetName(\"";
|
||||||
aStr += aStrName + ")";
|
aStr += aStrName + "\")";
|
||||||
|
|
||||||
SMESH_Gen_i::AddToCurrentPyScript(aStr);
|
SMESH_Gen_i::AddToCurrentPyScript(aStr);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user