beremiz
Clone
Summary
Browse
Changes
Graph
Don't close ForceVariableDialog if user entered wrong new value
2019-02-14, Andrey Skvortsov
d6e0442a3986
Don't close ForceVariableDialog if user entered wrong new value
return back to edit field in this case
#!/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"]