mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Correct python dump for the SHAPERSTUDY part of the script
This commit is contained in:
parent
788e2d8114
commit
59fe51ff7f
@ -3839,6 +3839,8 @@ bool _pyCommand::IsMethodCall()
|
||||
return false;
|
||||
if ( myString.StartsWith("#") )
|
||||
return false;
|
||||
if ( myString.StartsWith("SHAPERSTUDY") ) // skip shaperstudy specific dump string analysis
|
||||
return false;
|
||||
const char* s = myString.ToCString() + GetBegPos( METHOD_IND ) + myMeth.Length() - 1;
|
||||
return ( s[0] == '(' || s[1] == '(' );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user