From: dmv Date: Tue, 15 Jul 2008 13:48:09 +0000 (+0000) Subject: 0019906: EDF 270 GEOM: geometry export with not enough space on disk : No Warning... X-Git-Tag: V4_1_4a1~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=96e5cf78a16ff365119a8e225c0900064aaffc8e;p=modules%2Fgeom.git 0019906: EDF 270 GEOM: geometry export with not enough space on disk : No Warning message --- diff --git a/src/GEOMImpl/GEOMImpl_IInsertOperations.cxx b/src/GEOMImpl/GEOMImpl_IInsertOperations.cxx index 9339f4a47..3dbe49e5d 100644 --- a/src/GEOMImpl/GEOMImpl_IInsertOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_IInsertOperations.cxx @@ -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; } }