beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix exception when removing a file in Project Files manager.
wxPython4
2022-10-19, Edouard Tisserant
99b20dff00d5
IDE: fix exception when removing a file in Project Files manager.
#!/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"]