Addressed pylint warnings for PathPreferences

This commit is contained in:
Markus Lampert
2019-06-30 14:31:34 -07:00
parent 7b7c27ed9b
commit b2ba220c40
4 changed files with 16 additions and 18 deletions

View File

@@ -39,6 +39,7 @@ PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule())
class JobPreferencesPage:
def __init__(self, parent=None):
# pylint: disable=unused-argument
import FreeCADGui
self.form = FreeCADGui.PySideUic.loadUi(":preferences/PathJob.ui")
self.form.toolBox.setCurrentIndex(0) # Take that qt designer!