Ignore:
Timestamp:
Feb 8, 2018 6:37:28 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
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
Children:
731efec
Parents:
725d9c06
git-author:
Piotr Rozyczko <rozyczko@…> (02/08/18 06:32:10)
git-committer:
Piotr Rozyczko <rozyczko@…> (02/08/18 06:37:28)
Message:

Simple vs. complex constraints behaviour fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/FitThread.py

    • Property mode changed from 100755 to 100644
    rb3e8629 r235d766  
    9595            # print "ERROR IN FIT THREAD: ", traceback.format_exc() 
    9696            if self.handler is not None: 
    97                 self.handler.error(msg=traceback.format_exc()) 
     97                self.handler.error(msg=str(ex)) 
     98                self.completefn(None) 
     99            else: 
     100                return(None) 
    98101 
    99102 
Note: See TracChangeset for help on using the changeset viewer.