beremiz
Clone
Summary
Browse
Changes
Graph
Fix SVGHMI build exception on windows: return bytes for inkscape path in docsvg.
2024-02-23, Edouard Tisserant
b8b3573475e7
Fix SVGHMI build exception on windows: return bytes for inkscape path in docsvg.
#!/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"]