X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm_utils.py;h=066b0527b1b01a896778630cbdb58b47d3ed4682;hb=5cc9d78feebce0f4f015ea0070a11bb6666c9add;hp=16d5b3386e8781716b5ba87dc46ac07d47a03e1b;hpb=c3ea0afa2169c4cd185bb67379730dd8ef69eb59;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 """