X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=textsimi.py;fp=textsimi.py;h=a5b8c7bfb03b1a0b7916d837fc5ae667767878b4;hp=9a68ac3c1e2c1ba9d6b66b4f3dc516acadf849af;hb=d33694ef233bd4a28e69d88e9eef3c5c129442fe;hpb=5d8a0a0e99d9075adc28f2525fe0aba8e14c2b0a diff --git a/textsimi.py b/textsimi.py index 9a68ac3..a5b8c7b 100644 --- a/textsimi.py +++ b/textsimi.py @@ -48,7 +48,8 @@ class SimiTxt(AnalyseText): self.makefiles() script = PrintSimiScript(self) script.make_script() - self.doR(script.scriptout) + if not self.doR(script.scriptout) : + return False if self.parametres['type_graph'] == 1: if os.path.exists(self.pathout['liste_graph']): graph_simi = read_list_file(self.pathout['liste_graph'])