Ignore:
Timestamp:
Jul 9, 2018 3:09:50 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, 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:
515c23df
Parents:
a36517ad
git-author:
Piotr Rozyczko <rozyczko@…> (07/09/18 03:09:17)
git-committer:
Piotr Rozyczko <rozyczko@…> (07/09/18 03:09:50)
Message:

Minor fixes from pylint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotting/Masks/SectorMask.py

    re20870bc r05fa132  
    166166            msg += "different %f, %f" % (self.left_line.phi, 
    167167                                         self.right_line.phi) 
    168             raise (ValueError, msg) 
     168            raise ValueError(msg) 
    169169        params["Phi"] = self.main_line.theta 
    170170        params["Delta_Phi"] = np.fabs(self.left_line.phi) 
Note: See TracChangeset for help on using the changeset viewer.