Skip to content
Snippets Groups Projects
Commit dbdea2bf authored by BRONES Romain's avatar BRONES Romain
Browse files

Reset global var to None on init() call

parent e15172f7
No related branches found
No related tags found
No related merge requests found
......@@ -252,6 +252,9 @@ def init(
global _extractors
global _AttrTables
_extractors = (None, None)
_AttrTables = (None, None)
try:
logger.setLevel(getattr(logging, loglevel.upper()))
except AttributeError:
......
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