From: Pierre Ratinaud Date: Mon, 15 Sep 2014 16:03:55 +0000 (+0200) Subject: ... X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=commitdiff_plain;h=f9ee058224ace9bb73bcafbef99927a9159277d7 ... --- diff --git a/analysetxt.py b/analysetxt.py index e744b64..92eb650 100644 --- a/analysetxt.py +++ b/analysetxt.py @@ -31,7 +31,6 @@ class AnalyseText : else : self.pathout = PathOut(filename=corpus.parametres['originalpath'], dirout=self.parametres['pathout'], analyse_type=self.parametres['type']) self.parametres = self.lemparam() - if self.parametres is not None : self.parametres = self.make_config(parametres) log.info(self.pathout.dirout) @@ -79,8 +78,8 @@ class AnalyseText : if dlg : self.dlg.Destroy() else : - if dlg : - self.dlg.Destroy() + #if dlg : + # self.dlg.Destroy() self.val = False def doanalyse(self) : diff --git a/locale/en/LC_MESSAGES/iramuteq.mo b/locale/en/LC_MESSAGES/iramuteq.mo index aea67dd..c59bfc5 100644 Binary files a/locale/en/LC_MESSAGES/iramuteq.mo and b/locale/en/LC_MESSAGES/iramuteq.mo differ diff --git a/locale/fr_FR/LC_MESSAGES/iramuteq.mo b/locale/fr_FR/LC_MESSAGES/iramuteq.mo index 7108ff6..071a79c 100644 Binary files a/locale/fr_FR/LC_MESSAGES/iramuteq.mo and b/locale/fr_FR/LC_MESSAGES/iramuteq.mo differ