From 8b2b87825300d0f46241089ad2bc91ebcde22f75 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 17 Aug 2020 12:31:49 +0300 Subject: [PATCH] #19896 [CEA] GHS3DPlugin_Hypothesis' object has no attribute 'SetPrintLogInFile' fix dump of GHS3DPlugin_Hypothesis_i::SetStandardOutputLog() --- src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.cxx b/src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.cxx index 6a1431f..6161d83 100644 --- a/src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.cxx +++ b/src/GHS3DPlugin/GHS3DPlugin_Hypothesis_i.cxx @@ -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 << " )"; } //======================================================================= -- 2.39.2