X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=analysetxt.py;fp=analysetxt.py;h=54f0c5cfef2cae88a5360f8120b45b2ff338bb8a;hp=afaf3553c85e466aeea70422ca0412e2695241d6;hb=d33694ef233bd4a28e69d88e9eef3c5c129442fe;hpb=5d8a0a0e99d9075adc28f2525fe0aba8e14c2b0a diff --git a/analysetxt.py b/analysetxt.py index afaf355..54f0c5c 100644 --- a/analysetxt.py +++ b/analysetxt.py @@ -52,6 +52,7 @@ class AnalyseText : self.dlg = dlg self.dialok = True self.parametres = parametres + self.val = False self.pathout = PathOut(corpus.parametres['originalpath'], analyse_type = parametres['type'], dirout = corpus.parametres['pathout']) self.parametres = self.make_config(parametres) log.info(self.pathout.dirout) @@ -125,7 +126,7 @@ class AnalyseText : sleep(0.2) else : sleep(0.2) - check_Rresult(self.ira, pid) + return check_Rresult(self.ira, pid)