Skip to content
Snippets Groups Projects
Commit 52fdd458 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix typo. see #2149

parent 3b996696
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ class ConfigPaths:
yield (key, self[key])
def init(self, root = None):
if self.root is not None:
if root is not None:
self.root = root
# LOG is deprecated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment