mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0030872: In case of failure, retry to acquire the driver for the format
This commit is contained in:
parent
208dc370ac
commit
a6b55fba08
@ -393,7 +393,6 @@ Handle(PCDM_Reader) CDF_Application::ReaderFromFormat(const TCollection_Extended
|
|||||||
aResourceName += ".RetrievalPlugin";
|
aResourceName += ".RetrievalPlugin";
|
||||||
if (!UTL::Find(Resources(), aResourceName))
|
if (!UTL::Find(Resources(), aResourceName))
|
||||||
{
|
{
|
||||||
myReaders.Add(theFormat, aReader);
|
|
||||||
Standard_SStream aMsg;
|
Standard_SStream aMsg;
|
||||||
aMsg << "Could not found the item:" << aResourceName <<(char)0;
|
aMsg << "Could not found the item:" << aResourceName <<(char)0;
|
||||||
myRetrievableStatus = PCDM_RS_WrongResource;
|
myRetrievableStatus = PCDM_RS_WrongResource;
|
||||||
@ -416,7 +415,6 @@ Handle(PCDM_Reader) CDF_Application::ReaderFromFormat(const TCollection_Extended
|
|||||||
}
|
}
|
||||||
catch (Standard_Failure const& anException)
|
catch (Standard_Failure const& anException)
|
||||||
{
|
{
|
||||||
myReaders.Add(theFormat, aReader);
|
|
||||||
myRetrievableStatus = PCDM_RS_WrongResource;
|
myRetrievableStatus = PCDM_RS_WrongResource;
|
||||||
throw anException;
|
throw anException;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user