From b81f5cc20a2e61add3faee77797e54b84c959442 Mon Sep 17 00:00:00 2001 From: Wenduo Zhou <zhouw@ornl.gov> Date: Thu, 6 Aug 2015 23:35:23 -0400 Subject: [PATCH] Refs #13136. Tried to fix pylint warnings. --- Code/Mantid/scripts/HFIRPowderReduction/HfirPDReductionGUI.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/scripts/HFIRPowderReduction/HfirPDReductionGUI.py b/Code/Mantid/scripts/HFIRPowderReduction/HfirPDReductionGUI.py index e8c3347c608..83f96e4509e 100644 --- a/Code/Mantid/scripts/HFIRPowderReduction/HfirPDReductionGUI.py +++ b/Code/Mantid/scripts/HFIRPowderReduction/HfirPDReductionGUI.py @@ -1,4 +1,4 @@ -#pylint: disable=invalid-name, relative-import, too-many-lines,too-many-instance-attributes too-many-statements +#pylint: disable=invalid-name, relative-import, too-many-lines,too-many-instance-attributes,too-many-arguments ################################################################################ # Main class for HFIR powder reduction GUI # Key word for future developing: FUTURE, NEXT, REFACTOR, RELEASE 2.0 @@ -117,7 +117,7 @@ class MultiScanTabState(object): return -#pylint: disable=too-many-public-methods,too-many-branches,too-many-locals,too-many-arguments +#pylint: disable=too-many-public-methods,too-many-branches,too-many-locals,too-many-statements class MainWindow(QtGui.QMainWindow): """ Class of Main Window (top) """ -- GitLab