Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/fitpage.py

    r6c382da ree4b3cb  
    1010import math 
    1111import time 
    12 import traceback 
    1312 
    1413from sasmodels.weights import MODELS as POLYDISPERSITY_MODELS 
     
    20592058            msg = "Error: This model state has missing or outdated " 
    20602059            msg += "information.\n" 
    2061             msg += traceback.format_exc() 
     2060            msg += "%s" % (sys.exc_value) 
    20622061            wx.PostEvent(self._manager.parent, 
    20632062                         StatusEvent(status=msg, info="error")) 
Note: See TracChangeset for help on using the changeset viewer.