mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 01:12:05 +05:00
Fix for bug IPAL11865 : It is impossible to dump Supervisor study at the second time.
This commit is contained in:
parent
97f4b51b6a
commit
a4dbca8276
@ -474,7 +474,7 @@ TCollection_AsciiString GEOM_Engine::DumpPython(int theDocID,
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Add final part of the script
|
//Add final part of the script
|
||||||
if(aSeq->Value(aLen) < aScriptLength) anUpdatedScript += aScript.SubString(aSeq->Value(aLen)+1, aScriptLength);
|
if(aLen && aSeq->Value(aLen) < aScriptLength) anUpdatedScript += aScript.SubString(aSeq->Value(aLen)+1, aScriptLength); // mkr : IPAL11865
|
||||||
|
|
||||||
// Make script to publish in study
|
// Make script to publish in study
|
||||||
if ( isPublished )
|
if ( isPublished )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user