From: pascale.noyret Date: Tue, 5 May 2015 09:12:34 +0000 (+0200) Subject: bug Anthony sur le chemin OT151 X-Git-Tag: V7_6_0rc1~29 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=96977bc7e71a8ecdb05811d6b1baae5a09c8e41c;p=tools%2Feficas.git bug Anthony sur le chemin OT151 --- diff --git a/generator/OpenturnsSTD.py b/generator/OpenturnsSTD.py index cf8ccc15..c56e742e 100644 --- a/generator/OpenturnsSTD.py +++ b/generator/OpenturnsSTD.py @@ -1391,7 +1391,7 @@ class STDGenerateur : txt = headerSTD % self.OpenTURNS_path txt += "dist = %s\n" % apply( STDGenerateur.__dict__[ loi[ 'Kind' ] ], (self, loi) ) txt += "graph = dist.drawPDF()\n" - txt += "graph.draw( '%s', '%s' , 640, 480, GraphImplementation.PNG)\n" % (chemin, fichier) + txt += "graph.draw( '%s/', '%s' , 640, 480, GraphImplementation.PNG)\n" % (chemin, fichier) txt += footerSTD return txt