X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_common%2Fdbmemory.py;fp=osm_common%2Fdbmemory.py;h=d7419f48d398f2e2ccb97ac62a18b4a0e599b029;hb=22f0fcd7a41bfb43c2f3534e0b557f02217ef50f;hp=c27f846ca7065d191e76faa4d67eebb1a19abd85;hpb=222a9d494de0e022c36bc10043edb3c331828874;p=osm%2Fcommon.git diff --git a/osm_common/dbmemory.py b/osm_common/dbmemory.py index c27f846..d7419f4 100644 --- a/osm_common/dbmemory.py +++ b/osm_common/dbmemory.py @@ -94,7 +94,7 @@ class DbMemory(DbBase): raise DbException("Not found entry with filter='{}'".format(filter), HTTPStatus.NOT_FOUND) return None self.db[table][i] = deepcopy(indata) - return {"upadted": 1} + return {"updated": 1} except Exception as e: # TODO refine raise DbException(str(e))