Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 4904c7a

Browse files
Comment extra log info
1 parent ee05aec commit 4904c7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

databases/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
try: # pragma: no cover
2121
import click
2222

23+
# Extra log info for optional coloured terminal outputs.
2324
LOG_EXTRA = {
2425
"color_message": "Query: " + click.style("%s", bold=True) + " Args: %s"
2526
}

0 commit comments

Comments
 (0)