]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Correction of the recording of photos
authorClarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 <cg246364@is231796.intra.cea.fr>
Thu, 27 Jun 2019 08:49:07 +0000 (10:49 +0200)
committerClarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 <cg246364@is231796.intra.cea.fr>
Thu, 27 Jun 2019 08:49:07 +0000 (10:49 +0200)
tools/CurvePlot/src/python/views/XYView.py

index e327a143e94264fad20a750a3d32d0258f9055da..0c16df55a7367914df793beb829f1d2a88188816 100644 (file)
@@ -264,7 +264,7 @@ class XYView(View):
                                         filters,
                                         trQ("DUMP_VIEW_FILE"),
                                         False )
-    name = str(fileName[0])
+    name = str(fileName)
     if name != "":
       self._mplAxes.figure.savefig(name)
     pass