X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_common%2Fdbbase.py;h=e9152e505cfd479833ba9564e2028084e7e00d1c;hb=3e759159243751bee85943700c4ad118ff8c6c70;hp=09eddbc168cd58d734a3f59bbd9cefeb3de456ce;hpb=10602af49b01f0370761e913eacf485e77e4fde0;p=osm%2Fcommon.git diff --git a/osm_common/dbbase.py b/osm_common/dbbase.py index 09eddbc..e9152e5 100644 --- a/osm_common/dbbase.py +++ b/osm_common/dbbase.py @@ -259,7 +259,7 @@ def deep_update_rfc7396(dict_to_change, dict_reference, key_list=None): Nothing happens if no match is found. If the value is None the matched elements are deleted. $key: val In case a dictionary is passed in yaml format, if looks for all items in the array dict_to_change that are dictionaries and contains this equal to . Several keys can be used by yaml - format '{key: val, key: val, ...}'; and all of them mast match. Nothing happens if no match is + format '{key: val, key: val, ...}'; and all of them must match. Nothing happens if no match is found. If value is None the matched items are deleted, otherwise they are edited. $+val If no match if found (see '$val'), the value is appended to the array. If any match is found nothing is changed. A value of None has not sense.