beremiz
Clone
Summary
Browse
Changes
Graph
Prevent exception when asking for CSV dump while variable traces are still empty
2021-10-08, Edouard Tisserant
c001c373f66c
Prevent exception when asking for CSV dump while variable traces are still empty
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]