mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-10 17:40:58 +00:00
Add missing docstring.
This commit is contained in:
parent
21db38546c
commit
a1dfaf2f91
1 changed files with 1 additions and 0 deletions
|
|
@ -230,6 +230,7 @@ def get_columns (fp):
|
|||
|
||||
|
||||
def _write_color_colorama (fp, text, color):
|
||||
"""Colorize text with given color."""
|
||||
foreground, background, style = get_win_color(color)
|
||||
colorama.set_console(foreground=foreground, background=background,
|
||||
style=style)
|
||||
|
|
|
|||
Loading…
Reference in a new issue