Addressed pylint warnings for PathPreferences
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user