From 7e21f43ab3d2e9a504e8b7bb5fd0119cc410859d Mon Sep 17 00:00:00 2001 From: Renaud Barate Date: Fri, 27 May 2011 09:13:44 +0000 Subject: [PATCH] Fix bug on INCLUDE --- InterfaceQT4/monIncludePanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InterfaceQT4/monIncludePanel.py b/InterfaceQT4/monIncludePanel.py index 4a2ecdb8..2262e4ae 100644 --- a/InterfaceQT4/monIncludePanel.py +++ b/InterfaceQT4/monIncludePanel.py @@ -148,7 +148,7 @@ class MonIncludePanel(DInc,QTPanelTBW1,QTPanelTBW2,QTPanelTBW3): fn = os.path.abspath((unicode(fn))) ulfile = os.path.abspath(unicode(fn)) - self.appliEficas.CONFIGURATION.savedir=os.path.split(ulfile)[0] + self.node.appliEficas.CONFIGURATION.savedir=os.path.split(ulfile)[0] self.LENomFichier.setText(fn) self.LENomFichReturnPressed() -- 2.39.2