From: Anthony Geay Date: Wed, 27 Apr 2016 13:27:12 +0000 (+0200) Subject: Ces lignes plantent en V7_dev avec le OT161. Output en cohrence avec test de non... X-Git-Tag: V7_8_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=37791f99855df33e4fe3adf59ced14fe9b0c1b7c;p=tools%2Feficas.git Ces lignes plantent en V7_dev avec le OT161. Output en cohrence avec test de non regression. --- diff --git a/generator/OpenturnsSTD.py b/generator/OpenturnsSTD.py index f2659e1c..1bbaf04b 100644 --- a/generator/OpenturnsSTD.py +++ b/generator/OpenturnsSTD.py @@ -687,8 +687,8 @@ class STDGenerateur : txt += " # view.show(block=True)\n" txt += " #else:\n" txt += " # print 'Warning: cannot display image', %s.getBitmap(), '(probably because no X server was found)'\n" % self.variable["kernelSmoothedGraph"] - txt += " print 'bitmap =', %s.getBitmap()\n" % self.variable["kernelSmoothedGraph"] - txt += " print 'postscript =', %s.getPostscript()\n" % self.variable["kernelSmoothedGraph"] + #txt += " print 'bitmap =', %s.getBitmap()\n" % self.variable["kernelSmoothedGraph"] + #txt += " print 'postscript =', %s.getPostscript()\n" % self.variable["kernelSmoothedGraph"] txt += "\n" return txt