projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46c7c90
)
...
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Sun, 14 Dec 2014 20:41:08 +0000
(21:41 +0100)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Sun, 14 Dec 2014 20:41:08 +0000
(21:41 +0100)
tools.py
patch
|
blob
|
history
diff --git
a/tools.py
b/tools.py
index
307439f
..
6957313
100644
(file)
--- a/
tools.py
+++ b/
tools.py
@@
-58,10
+58,12
@@
class Extract :
ExtractMods(parametres)
elif option == 'them' :
SplitFromThem(parametres)
- dial.Destroy()
- dial = wx.MessageDialog(parent, 'Done !', style = wx.OK)
- dial.ShowModal()
- dial.Destroy()
+ dial.Destroy()
+ dial = wx.MessageDialog(parent, 'Done !', style = wx.OK)
+ dial.ShowModal()
+ dial.Destroy()
+ else :
+ dial.Destroy()
class SplitFromVar :
def __init__(self, parametres) :