Salome HOME
[PY3] Runtime tests ok / _DEVDEBUG_ ok
[modules/yacs.git] / src / runtime / DistributedPythonNode.cxx
index 88dff018532dff40366d2a74c46a07dc45eba5b2..60cf60543c21df25315024454288f56aa0ca61df 100644 (file)
@@ -238,7 +238,7 @@ void DistributedPythonNode::execute()
           {
             OutputPyPort *p=(OutputPyPort *)*iter;
             DEBTRACE( "port name: " << p->getName() );
-            DEBTRACE( "port kind: " << p->edGetType()->kind() );
+            DEBTRACE( "port kind: " << p->typeName() );
             DEBTRACE( "port pos : " << pos );
             if(PyTuple_Check(finalResult))ob=PyTuple_GetItem(finalResult,pos) ;
             else ob=finalResult;