forked from github/pelican
fix the reset term code to make it work also on OSX
This commit is contained in:
parent
db91c70ce9
commit
2ff3db8f51
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from logging import critical, error, info, warning, warn, debug
|
|||
from logging import Formatter, getLogger, StreamHandler
|
||||
|
||||
|
||||
RESET_TERM = u'\033[1;m'
|
||||
RESET_TERM = u'\033[0;m'
|
||||
|
||||
|
||||
def term_color(code):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue