# HG changeset patch # User Franz Glasner # Date 1641069526 -3600 # Node ID 325008573bc60ad1daa0d39501f15e4f544931a9 # Parent 1cbe8b0f2b782947717e63322e6d0fcd828e27d1 FIX: Assign to _JailedConfiguration._path_string only if not yet done diff -r 1cbe8b0f2b78 -r 325008573bc6 configmix/config.py --- 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