Skip to content
Snippets Groups Projects
Commit 40e42f75 authored by Henning Glawe's avatar Henning Glawe
Browse files

replace logger by LOGGER, as it is a global

parent 24c07a77
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,11 @@ from builtins import object
import logging
from operator import itemgetter
import re
logger = logging.getLogger("nomadcore.match_highlighter")
LOGGER = logging.getLogger("nomadcore.match_highlighter")
class ANSI(object):
RESET='\033[0m'
RESET_COLOR='\033[39;49m'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment