# HG changeset patch # User Franz Glasner # Date 1646487090 -3600 # Node ID 226aae226b8daab3926a6aed549c013b5c8addb0 # Parent d35f41e1540431b2aaf1d624d4d3065191944121 FIX: Remove last expanding lookup of a value when merging configurations diff -r d35f41e15404 -r 226aae226b8d configmix/__init__.py --- a/configmix/__init__.py Sat Mar 05 14:17:37 2022 +0100 +++ b/configmix/__init__.py Sat Mar 05 14:31:30 2022 +0100 @@ -516,7 +516,7 @@ ukv = user.getitem_ns(k) else: ukv = user[k] - if user[k] == constants.DEL_VALUE: + if ukv == constants.DEL_VALUE: # do not copy del user[k] else: