Salome HOME
#19896 [CEA] GHS3DPlugin_Hypothesis' object has no attribute 'SetPrintLogInFile'
authoreap <eap@opencascade.com>
Mon, 17 Aug 2020 09:31:49 +0000 (12:31 +0300)
committereap <eap@opencascade.com>
Mon, 17 Aug 2020 09:31:49 +0000 (12:31 +0300)
 fix dump of GHS3DPlugin_Hypothesis_i::SetStandardOutputLog()

src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.cxx

index 6a1431f5701091bf9645d1162a53a751eda48da6..6161d831ee7bcbfee7055c2e8be6bbc8749cf431 100644 (file)
@@ -765,7 +765,7 @@ void GHS3DPlugin_Hypothesis_i::SetStandardOutputLog(CORBA::Boolean logInStandard
 {
   ASSERT(myBaseImpl);
   this->GetImpl()->SetStandardOutputLog(logInStandardOutput);
-  SMESH::TPythonDump() << _this() << ".SetStandardOutputLog( " << !logInStandardOutput << " )";
+  SMESH::TPythonDump() << _this() << ".SetStandardOutputLog( " << logInStandardOutput << " )";
 }
 
 //=======================================================================