mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +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
|
||||
TCollection_AsciiString aStr, aStrName ((char*)theName);
|
||||
SMESH_Gen_i::AddObject(aStr, _this()) += ".SetName(\"";
|
||||
aStr += aStrName + ")";
|
||||
aStr += aStrName + "\")";
|
||||
|
||||
SMESH_Gen_i::AddToCurrentPyScript(aStr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user