Skip to content

Commit

Permalink
correct struct log for ack_insuf_data
Browse files Browse the repository at this point in the history
Signed-off-by: Gulshan Bhatia <[email protected]>
  • Loading branch information
Gulshan Bhatia committed Apr 22, 2024
1 parent b36356c commit 8321914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numalogic/udfs/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def ack_insufficient_data(self, key: KEYS, uuid: str, train_records: int) -> boo
key=key,
)
return False
_struct_log.debug("Acknowledging insufficient data for the key", uuid, key)
_struct_log.debug("Acknowledging insufficient data for the key", uuid=uuid, key=key)
return True

def ack_read(
Expand Down

0 comments on commit 8321914

Please sign in to comment.