Skip to content
Snippets Groups Projects
Commit 663f6fd8 authored by Savici, Andrei T.'s avatar Savici, Andrei T.
Browse files

Disable some pylint warnings. Refs #12453

parent 38f2f1de
No related branches found
No related tags found
No related merge requests found
...@@ -140,6 +140,7 @@ class DGSPlannerGUI(QtGui.QWidget): ...@@ -140,6 +140,7 @@ class DGSPlannerGUI(QtGui.QWidget):
self.assistantProcess.waitForFinished() self.assistantProcess.waitForFinished()
event.accept() event.accept()
# pylint: disable=too-many-locals
def updateFigure(self): def updateFigure(self):
# pylint: disable=too-many-branches # pylint: disable=too-many-branches
if self.updatedInstrument or self.progress_canceled: if self.updatedInstrument or self.progress_canceled:
......
#pylint: disable=invalid-name,no-name-in-module,too-many-instance-attributes #pylint: disable=invalid-name,no-name-in-module,too-many-instance-attributes,too-many-public-methods
from PyQt4 import QtGui, QtCore from PyQt4 import QtGui, QtCore
import sys import sys
import mantid import mantid
......
#pylint: disable=invalid-name,no-name-in-module #pylint: disable=invalid-name,no-name-in-module,too-many-public-methods
from PyQt4 import QtCore, QtGui from PyQt4 import QtCore, QtGui
import sys import sys
import mantid import mantid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment