fix typo. see #2149
This commit is contained in:
parent
3b9966960d
commit
52fdd458d7
|
@ -74,7 +74,7 @@ class ConfigPaths:
|
||||||
yield (key, self[key])
|
yield (key, self[key])
|
||||||
|
|
||||||
def init(self, root = None):
|
def init(self, root = None):
|
||||||
if self.root is not None:
|
if root is not None:
|
||||||
self.root = root
|
self.root = root
|
||||||
|
|
||||||
# LOG is deprecated
|
# LOG is deprecated
|
||||||
|
|
Loading…
Reference in New Issue