beremiz
Clone
Summary
Browse
Changes
Graph
check_source.sh: handle case if there are no files to check
2018-06-09, Andrey Skvortsov
63591802d3e2
check_source.sh: handle case if there are no files to check
#!/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"]