X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm_utils.py;h=066b0527b1b01a896778630cbdb58b47d3ed4682;hb=refs%2Ftags%2Fv10.1.1rc2;hp=16d5b3386e8781716b5ba87dc46ac07d47a03e1b;hpb=034dd2b1ece7aa6f74c5d28d7b6b39fbc09db681;p=osm%2FLCM.git diff --git a/osm_lcm/lcm_utils.py b/osm_lcm/lcm_utils.py index 16d5b33..066b052 100644 --- a/osm_lcm/lcm_utils.py +++ b/osm_lcm/lcm_utils.py @@ -110,8 +110,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 """