Fixed pylint warnings for PathGui family
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
# * USA *
|
||||
# * *
|
||||
# ***************************************************************************
|
||||
# pylint: disable=unused-variable
|
||||
|
||||
import PathScripts
|
||||
import PathScripts.PathLog as PathLog
|
||||
|
||||
LOGLEVEL = False
|
||||
@@ -36,7 +36,7 @@ else:
|
||||
Processed = False
|
||||
|
||||
def Startup():
|
||||
global Processed
|
||||
global Processed # pylint: disable=global-statement
|
||||
if not Processed:
|
||||
PathLog.debug('Initializing PathGui')
|
||||
from PathScripts import PathAdaptiveGui
|
||||
@@ -74,7 +74,6 @@ def Startup():
|
||||
except ImportError:
|
||||
import FreeCAD
|
||||
FreeCAD.Console.PrintError("OpenCamLib is not working!\n")
|
||||
pass
|
||||
from PathScripts import PathToolController
|
||||
from PathScripts import PathToolControllerGui
|
||||
from PathScripts import PathToolLibraryManager
|
||||
|
||||
Reference in New Issue
Block a user