X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=analysetxt.py;h=92eb650d5155f345d56cebb9b67a7211e7fc7014;hp=e744b64ae407f361ba856e2fae8ecb6d3480ea87;hb=f9ee058224ace9bb73bcafbef99927a9159277d7;hpb=5ab9926c420f2cf66ac8e0475412c368ebf485e2 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) :