projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
50fa0b9
)
...
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Mon, 3 Nov 2014 08:35:43 +0000
(09:35 +0100)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Mon, 3 Nov 2014 08:35:43 +0000
(09:35 +0100)
analysetxt.py
patch
|
blob
|
history
diff --git
a/analysetxt.py
b/analysetxt.py
index
92eb650
..
33f7d12
100644
(file)
--- a/
analysetxt.py
+++ b/
analysetxt.py
@@
-69,6
+69,8
@@
class AnalyseText :
DoConf().makeoptions([self.parametres['type']], [self.parametres], self.pathout['Analyse.ira'])
self.ira.history.add(self.parametres)
if dlg :
+ if not isinstance(dlg, int) :
+ dlg.Destroy()
self.dlg.Destroy()
OpenAnalyse(self.parent, self.parametres['ira'])
self.ira.tree.AddAnalyse(self.parametres)
@@
-78,7
+80,7
@@
class AnalyseText :
if dlg :
self.dlg.Destroy()
else :
- #if
dlg
:
+ #if
isinstance(dlg, wx.ProgressDialog)
:
# self.dlg.Destroy()
self.val = False