]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
Fix the Tuple representation when reading data from XML file with EFICAS
authorYohann Pipeau <yohann.pipeau@edf.fr>
Wed, 6 Apr 2022 08:06:59 +0000 (10:06 +0200)
committerYohann Pipeau <yohann.pipeau@edf.fr>
Sat, 23 Apr 2022 06:36:11 +0000 (08:36 +0200)
Efi2Xsd/MCAccasXML.py

index 8563bbe09deb732929ce4d8cef7b0ab35915ad21..6100737b4dd1232c770679749f318a8db5888dfe 100755 (executable)
@@ -649,7 +649,7 @@ class X_JDC (X_MCCOMPO):
         if hasattr(objAAnalyser,'sdType') and objAAnalyser.sdType == 'Tuple': 
             liste=[]
             for (k,v) in dictArgs.items(): liste.append(v)
-            return liste
+            return tuple(liste)
         if debug : print ('fin pour ',objAAnalyser)
         return dictArgs