beremiz
Clone
Summary
Browse
Changes
Graph
Fixed misuse of GridCellEditor in DurationCellEditor, potentially leading to crash on windows.
svghmi
2021-03-29, Edouard Tisserant
a5bca0a5eaf5
Fixed misuse of GridCellEditor in DurationCellEditor, potentially leading to crash on windows.
#!/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"]