Skip to content

Commit eedd3ce

Browse files
committed
Merge branch 'openverse-fetch' of https://github.com/Babi-B/quantifying into openverse-fetch
2 parents c6ce80d + 042d0e5 commit eedd3ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/shared.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def paths_update(logger, paths, old_quarter, new_quarter):
131131

132132
class ColoredFormatter(logging.Formatter):
133133
"""Adds colors to log messages."""
134+
134135
# https://en.wikipedia.org/wiki/ANSI_escape_code#3-bit_and_4-bit
135136
COLORS = {
136137
logging.DEBUG: "\033[90m", # bright black

0 commit comments

Comments
 (0)