X-Git-Url: http://iramuteq.org/git?a=blobdiff_plain;ds=sidebyside;f=analysetxt.py;h=cc9948200b6f5cd5f8f077ebb33f964bba55c777;hb=83802e662acde01994fe0bd2bf6978fef90b14f8;hp=33f7d123c914d934e947ed120e8dabf3dbaf7dbf;hpb=1f32d2cdd8810421845e046cf921952fa6ef704e;p=iramuteq diff --git a/analysetxt.py b/analysetxt.py index 33f7d12..cc99482 100644 --- a/analysetxt.py +++ b/analysetxt.py @@ -78,7 +78,10 @@ class AnalyseText : else : self.val = False if dlg : - self.dlg.Destroy() + try : + self.dlg.Destroy() + except : + pass else : #if isinstance(dlg, wx.ProgressDialog) : # self.dlg.Destroy()