mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +05:00
23549: [EDF] PIGUI: Script with dumped study uses undefined filters in GroupOnFilter.
This commit is contained in:
parent
88a6b8d690
commit
0d2a992178
@ -5130,7 +5130,7 @@ int _pyStringFamily::isIn( const char* str )
|
||||
if (( len = itSub->isIn( str + itSub->_prefix.Length() )) >= 0 )
|
||||
return itSub->_prefix.Length() + len;
|
||||
}
|
||||
else if ( cmp > 0 )
|
||||
else if ( cmp < 0 )
|
||||
break;
|
||||
}
|
||||
if ( !_strings.empty() )
|
||||
|
Loading…
Reference in New Issue
Block a user