Fix for "23678: [CEA 13186] messages in the python window" issue.

This commit is contained in:
rnv 2019-01-30 19:50:05 +03:00
parent 01a6371181
commit bf5b170186

View File

@ -3995,6 +3995,9 @@ SALOMEDS::TMPFile* SMESH_Gen_i::Save( SALOMEDS::SComponent_ptr theComponent,
cmd+="\" \"";
cmd+=meshfile;
cmd+="\"";
#ifdef WIN32
cmd+=" 2>NUL";
#endif
system(cmd.ToCString());
// MED writer to be used by storage process