Salome HOME
Make sinline*.xml files loadable. agy/evol8193
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 20 Oct 2014 07:13:40 +0000 (09:13 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Mon, 20 Oct 2014 07:13:40 +0000 (09:13 +0200)
src/runtime/SalomePythonNode.cxx

index 773efe7addb08c23108def53bab38683661224e6..8e1a13b8561e23494e607a88761513140fef46ee 100644 (file)
@@ -194,8 +194,8 @@ void SalomePythonNode::execute()
 
 std::string SalomePythonNode::getKind() const
 {
-  //This not a bug !!! Returns SalomeNode::KIND to be managed by SalomeContainer.
-  return SalomeNode::KIND;
+  static const char LOC_KIND[]="";
+  return LOC_KIND;
 }
 
 Node *SalomePythonNode::simpleClone(ComposedNode *father, bool editionOnly) const