Salome HOME
refs #767: minor corrections of the dump format
[modules/hydro.git] / src / HYDROData / HYDROData_AltitudeObject.cxx
index 44e21d0866be36649ad57330155f96a4e68f1c33..8dd5033a52b168dca715357510d9059026340e94 100644 (file)
@@ -42,7 +42,7 @@ QStringList HYDROData_AltitudeObject::DumpToPython( const QString& thePyScriptPa
   // TODO
 
   aResList << QString( "" );
-  aResList << QString( "%1.Update();" ).arg( aName );
+  aResList << QString( "%1.Update()" ).arg( aName );
   aResList << QString( "" );
 
   return aResList;