Changeset 1d4b9e5 in sasview for src


Ignore:
Timestamp:
Jul 11, 2016 2:36:55 AM (8 years ago)
Author:
lewis
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
1150083
Parents:
cdd1c3b
git-author:
Lewis O'Driscoll <lewis.o'driscoll@…> (07/08/16 07:42:04)
git-committer:
Lewis O'Driscoll <lewis.o'driscoll@…> (07/11/16 02:36:55)
Message:

Remove duplicate error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/corfunc/corfunc_panel.py

    rcdd1c3b r1d4b9e5  
    164164        except: 
    165165            msg = "Error extrapolating data." 
    166             wx.MessageBox(msg, 'error') 
    167166            wx.PostEvent(self._manager.parent, 
    168167                StatusEvent(status=msg, info="Error")) 
     
    194193        if transformed_data is None: 
    195194            msg = "Error calculating Transform." 
    196             wx.MessageBox(msg, 'error') 
    197195            wx.PostEvent(self._manager.parent, 
    198196                StatusEvent(status=msg, info="Error")) 
     
    214212        if params is None: 
    215213            msg = "Error extracting parameters." 
    216             wx.MessageBox(msg, 'error') 
    217214            wx.PostEvent(self._manager.parent, 
    218215                StatusEvent(status=msg, info="Error")) 
Note: See TracChangeset for help on using the changeset viewer.