Skip to content

Commit 4fb6b32

Browse files
committed
Removing api-server.py chnages as it'll tracked in a different MR
1. CEM-17239 to update api-server.py Change-Id: I26940864514b0429d15d7348b8bf989454d6eba1
1 parent d7075a1 commit 4fb6b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/api-server/vnc_cfg_api_server/api_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4308,7 +4308,7 @@ def stateful_update():
43084308
_req_obj_dict = req_obj_dict
43094309
(ok, result) = r_class.pre_dbe_update(
43104310
obj_uuid, obj_fq_name, _req_obj_dict, self._db_conn,
4311-
prop_collection_updates=req_prop_coll_updates, ref_args=ref_args)
4311+
prop_collection_updates=req_prop_coll_updates)
43124312
if not ok:
43134313
return (ok, result)
43144314
attr_to_publish = None

0 commit comments

Comments
 (0)