Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelmsft committed Oct 28, 2022
1 parent 650e723 commit 18a5e1a
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 @@ -122,4 +122,4 @@ def validated_set_entry(self, table, key, value):
op = "remove"

gcu_patch = self.create_gcu_patch(op, table, key, value)
self.apply_patch(gcu_patch)
self.apply_patch(gcu_patch, table)

0 comments on commit 18a5e1a

Please sign in to comment.