Skip to content

Commit

Permalink
Removing api-server.py chnages as it'll tracked in a different MR
Browse files Browse the repository at this point in the history
1. CEM-17239 to update api-server.py

Change-Id: I26940864514b0429d15d7348b8bf989454d6eba1
  • Loading branch information
snmurali committed Jul 15, 2020
1 parent d7075a1 commit 4fb6b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/api-server/vnc_cfg_api_server/api_server.py
Expand Up @@ -4308,7 +4308,7 @@ def stateful_update():
_req_obj_dict = req_obj_dict
(ok, result) = r_class.pre_dbe_update(
obj_uuid, obj_fq_name, _req_obj_dict, self._db_conn,
prop_collection_updates=req_prop_coll_updates, ref_args=ref_args)
prop_collection_updates=req_prop_coll_updates)
if not ok:
return (ok, result)
attr_to_publish = None
Expand Down

0 comments on commit 4fb6b32

Please sign in to comment.