]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
Fix for PAL12854 : EDF211 SUPERV Incorrect execution of a correct graph correct under...
authormkr <mkr@opencascade.com>
Wed, 5 Jul 2006 08:27:11 +0000 (08:27 +0000)
committermkr <mkr@opencascade.com>
Wed, 5 Jul 2006 08:27:11 +0000 (08:27 +0000)
src/GraphExecutor/DataFlowExecutor_InNode.cxx

index 028a97034ffba4c5a5ac954e73f4dd5c34acddec..fde0428b590d02df89064b78dadef7597d170a6b 100644 (file)
@@ -1580,6 +1580,11 @@ bool GraphExecutor::InNode::InitPythonFunctions(bool WithErr ) {
                                 string( Name() ) ;
         _OutNode->Graph()->SetMessages( anErrorMessage ) ;
       }
+      // PAL12854 -->
+      if ( Err ) {
+        PyFuncRunned( false ) ;
+      }
+      // PAL12854 <--
       cdebug << "GraphExecutor::InNode::InitPythonFunctions " << Name() << " PyRunMethod(Init) "
              << PyRunMethod << " PyMoreMethod " << PyMoreMethod << " PyNextMethod " << PyNextMethod
              << endl;