mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
Fix for bug PAL13701(EDF 319 SMESH: Export UNV failed with not enough space disk --> No user information).
This commit is contained in:
parent
b39db60480
commit
c73213143d
@ -295,9 +295,11 @@ Driver_Mesh::Status DriverUNV_W_SMDS_Mesh::Perform()
|
||||
}
|
||||
catch(const std::exception& exc){
|
||||
INFOS("Follow exception was cought:\n\t"<<exc.what());
|
||||
throw;
|
||||
}
|
||||
catch(...){
|
||||
INFOS("Unknown exception was cought !!!");
|
||||
throw;
|
||||
}
|
||||
return aResult;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user