Markus Graube hace 8 años
padre
commit
c052280cd4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/pyUANamespace/open62541_XMLPreprocessor.py

+ 1 - 1
tools/pyUANamespace/open62541_XMLPreprocessor.py

@@ -350,7 +350,7 @@ class open62541_XMLPreprocessor:
         c = self.testModelCongruencyAgainstReferences(tDoc, refs)
         print(c)
         if c>0:
-          matches.append(c, tDoc)
+          matches.append((c, tDoc))
       best = (0, None)
       for m in matches:
         print(m[0])