From 28a408740af56c6a3d36e865b21d288aa8c99d3f Mon Sep 17 00:00:00 2001 From: "pascale.noyret" Date: Fri, 22 Sep 2017 11:48:14 +0200 Subject: [PATCH] bug sauvegarde fichier vide telemac --- InterfaceQT4/configuration.py | 1 + InterfaceQT4/monChoixCode.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/InterfaceQT4/configuration.py b/InterfaceQT4/configuration.py index ccc8fb2e..3c64fc4e 100644 --- a/InterfaceQT4/configuration.py +++ b/InterfaceQT4/configuration.py @@ -111,6 +111,7 @@ class CONFIG_BASE(object): self.dicoImages= {} self.simpleClic= False self.afficheOptionnelVide=False + self.afficheListesPliees=True #-------------------------------------- diff --git a/InterfaceQT4/monChoixCode.py b/InterfaceQT4/monChoixCode.py index 1f3f2d64..c78a9d53 100644 --- a/InterfaceQT4/monChoixCode.py +++ b/InterfaceQT4/monChoixCode.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2007-2017 EDF R&D +# Copyright (C) 2007-2013 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public -- 2.39.2