Skip to content

Commit

Permalink
style: Consistent loglevel color
Browse files Browse the repository at this point in the history
  • Loading branch information
in03 committed Jan 16, 2023
1 parent 88d3009 commit c0d66c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxima/cli/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
def queue_batch(batch: list):
"""Block until all queued tasks finish, notify results."""

logger.info("Queuing batch...")
logger.info("[cyan]Queuing batch...")

# Wrap task objects in Celery task function
callable_tasks = [encode_proxy.s(x) for x in batch]
Expand Down

0 comments on commit c0d66c4

Please sign in to comment.