mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 22:32:03 +05:00
0019906: EDF 270 GEOM: geometry export with not enough space on disk : No Warning message
This commit is contained in:
parent
360f297cf9
commit
96e5cf78a1
@ -163,7 +163,7 @@ void GEOMImpl_IInsertOperations::Export
|
|||||||
OCC_CATCH_SIGNALS;
|
OCC_CATCH_SIGNALS;
|
||||||
#endif
|
#endif
|
||||||
if (!GetSolver()->ComputeFunction(aFunction)) {
|
if (!GetSolver()->ComputeFunction(aFunction)) {
|
||||||
SetErrorCode("Export driver failed");
|
SetErrorCode("Not enough space on disk, or you haven't permissions to write this directory");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user