X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm_utils.py;h=4ec9d498765c27278998755b33e5e73da9fced8f;hb=da21d2650998a9750f9acc80066147d2792ee5b9;hp=235d48506fc286cc93c346469302e6baae1a1ac5;hpb=ab16ae8f1d6232c46a0c80eb5c8aa6d26ef8b4dd;p=osm%2FLCM.git diff --git a/osm_lcm/lcm_utils.py b/osm_lcm/lcm_utils.py index 235d485..4ec9d49 100644 --- a/osm_lcm/lcm_utils.py +++ b/osm_lcm/lcm_utils.py @@ -169,8 +169,8 @@ class LcmBase: def update_db_2(self, item, _id, _desc): """ Updates database with _desc information. If success _desc is cleared - :param item: - :param _id: + :param item: collection + :param _id: the _id to use in the query filter :param _desc: dictionary with the content to update. Keys are dot separated keys for :return: None. Exception is raised on error """