Ignore:
Timestamp:
Nov 9, 2017 6:41:56 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:
4992ff2
Parents:
cee5c78
git-author:
Piotr Rozyczko <rozyczko@…> (10/27/17 06:49:35)
git-committer:
Piotr Rozyczko <rozyczko@…> (11/09/17 06:41:56)
Message:

Update for unit tests and minor functionality quirks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py

    rcee5c78 r7fb471d  
    180180            # Add deferred callback for call return 
    181181            d.addCallback(self.plotResult) 
     182            d.addErrback(self.plotFailed) 
    182183        except Exception as ex: 
    183184            # Set the button back to available 
     
    186187            self.pushButton.setStyleSheet(self.style) 
    187188 
     189    def plotFailed(self, reason): 
     190        """ 
     191        """ 
     192        print("plotFailed FAILED: ", reason) 
     193        pass 
    188194 
    189195    def plotResult(self, model): 
Note: See TracChangeset for help on using the changeset viewer.