We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c87e33 commit bef89c3Copy full SHA for bef89c3
1 file changed
src/eps_spine_shared/common/dynamodb_query.py
@@ -68,7 +68,7 @@ def _items(self):
68
Yields individual deserialised items from the query, handling pagination.
69
"""
70
for page in self._pages:
71
- self._logger.writeLog(
+ self._logger.write_log(
72
"DDB0050",
73
None,
74
{
0 commit comments