changeset 548:325008573bc6

FIX: Assign to _JailedConfiguration._path_string only if not yet done
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 01 Jan 2022 21:38:46 +0100
parents 1cbe8b0f2b78
children 84657447ab39
files configmix/config.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configmix/config.py	Sat Jan 01 21:18:55 2022 +0100
+++ b/configmix/config.py	Sat Jan 01 21:38:46 2022 +0100
@@ -1020,7 +1020,7 @@
                     + _HIER_SEPARATOR
             else:
                 v = _EMPTY_STR
-        self._path_string = v
+            self._path_string = v
         return v
 
     @property