Skip to content

Commit

Permalink
address PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Aug 3, 2022
1 parent 443b2c3 commit b5b15bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/validated_config_db_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def validated_set_entry(table, key, value):
gcu_json_input = []
gcu_json = {"op": "{}".format(op),
"path": "{}".format(path)}
if op is "add":
if op == "add":
gcu_json["value"] = value

gcu_json_input.append(gcu_json)
Expand Down

0 comments on commit b5b15bb

Please sign in to comment.