mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-24 12:10:33 +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();
|
||||
// Update Python script
|
||||
TPythonDump() << SMESH::SMESH_Mesh_var(_this())
|
||||
<< ".ExportUNV( r'" << file << "' " << renumber << "' )";
|
||||
<< ".ExportUNV( r'" << file << "', " << renumber << " )";
|
||||
|
||||
// Perform Export
|
||||
PrepareForWriting( file );
|
||||
|
Loading…
Reference in New Issue
Block a user