Parcourir la source

Fix ouput mode of tableau detail

Ali il y a 1 an
Parent
commit
91c09cb9aa
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      thesis_analysis/genererTableau.py

+ 4 - 1
thesis_analysis/genererTableau.py

@@ -651,5 +651,8 @@ class genererTableau ():
         if axes is not None:
             for axe in axes:
                 tableau = tableau + self._generer_lignes_detail(variable, axe)
+
+        # Generation de la sortie
+        sortie = self._generer_sortie(chemin, tableau, format_sortie)
         
-        return(tableau)
+        return(sortie)