0019906: EDF 270 GEOM: geometry export with not enough space on disk : No Warning message

This commit is contained in:
dmv 2008-07-15 13:48:09 +00:00
parent 360f297cf9
commit 96e5cf78a1

View File

@ -163,7 +163,7 @@ void GEOMImpl_IInsertOperations::Export
OCC_CATCH_SIGNALS;
#endif
if (!GetSolver()->ComputeFunction(aFunction)) {
SetErrorCode("Export driver failed");
SetErrorCode("Not enough space on disk, or you haven't permissions to write this directory");
return;
}
}