From 52fdd458d79eedd7b97d1a6c88f24023d2c9e916 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 25 Jul 2007 23:06:33 +0000 Subject: [PATCH] fix typo. see #2149 --- src/common/configpaths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/configpaths.py b/src/common/configpaths.py index be64f013b..57b39ec09 100644 --- a/src/common/configpaths.py +++ b/src/common/configpaths.py @@ -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