Fixed pylint errors in constants.py
This commit is contained in:
parent
995e6d7e13
commit
fc72557eb1
@ -29,6 +29,8 @@ from sysutils import joinpaths
|
|||||||
class LoraxRequiredCommands(dict):
|
class LoraxRequiredCommands(dict):
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
dict.__init__(self)
|
||||||
|
|
||||||
self.__path = os.environ["PATH"].split(":")
|
self.__path = os.environ["PATH"].split(":")
|
||||||
logger.debug("PATH: {0}".format(self.__path))
|
logger.debug("PATH: {0}".format(self.__path))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user