fixup of fixup: context.unset_data

git#
This commit is contained in:
Jiří Kalvoda 2024-03-18 10:34:21 +01:00
parent 6d629137fb
commit 38029e3587

View file

@ -169,7 +169,7 @@ class Context:
def unset_data(self, key: str):
if key == "":
self._doc = {}
self._data = {}
data = self._data
keys = key.split(".")
for k in keys[:-1]: