beremiz
Clone
Summary
Browse
Changes
Graph
Tests: temporary disable problematic part, to force action to succeed so caching can happen.
2022-05-17, Edouard Tisserant
1e0127bde0d7
Tests: temporary disable problematic part, to force action to succeed so caching can happen.
#!/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"]