From c4090b863383f532e23829161d9766242f4bffae Mon Sep 17 00:00:00 2001 From: Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 Date: Thu, 27 Jun 2019 10:49:07 +0200 Subject: [PATCH] Correction of the recording of photos --- tools/CurvePlot/src/python/views/XYView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/CurvePlot/src/python/views/XYView.py b/tools/CurvePlot/src/python/views/XYView.py index e327a143e..0c16df55a 100644 --- a/tools/CurvePlot/src/python/views/XYView.py +++ b/tools/CurvePlot/src/python/views/XYView.py @@ -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 -- 2.39.2