mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-24 23:40:34 +05:00
Fix invalid Python dump of ExportUNV()
This commit is contained in:
parent
dad744364c
commit
f4764708fe
@ -3840,7 +3840,7 @@ void SMESH_Mesh_i::ExportUNV (const char *file, CORBA::Boolean renumber)
|
|||||||
checkGroupNames();
|
checkGroupNames();
|
||||||
// Update Python script
|
// Update Python script
|
||||||
TPythonDump() << SMESH::SMESH_Mesh_var(_this())
|
TPythonDump() << SMESH::SMESH_Mesh_var(_this())
|
||||||
<< ".ExportUNV( r'" << file << "' " << renumber << "' )";
|
<< ".ExportUNV( r'" << file << "', " << renumber << " )";
|
||||||
|
|
||||||
// Perform Export
|
// Perform Export
|
||||||
PrepareForWriting( file );
|
PrepareForWriting( file );
|
||||||
|
Loading…
Reference in New Issue
Block a user