Changeset 46477950 in sasview


Ignore:
Timestamp:
Mar 28, 2019 8:13:54 AM (5 years ago)
Author:
ibressler
Branches:
ESS_GUI_bumps_abstraction
Children:
22b4962
Parents:
c9d6b9f
Message:

FittingOptions?: fixed typo

File:
1 edited

Legend:

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

    rc9d6b9f r46477950  
    397397        and update the widget 
    398398        """ 
    399         fm = self.fittingMethods[self.currentOptimizer)] 
     399        fm = self.fittingMethods[self.currentOptimizer] 
    400400        for param in fm.params.values(): 
    401401            # Find the widget name of the option 
Note: See TracChangeset for help on using the changeset viewer.