aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs/checkers.py
Commit message (Collapse)AuthorAgeFilesLines
* configs/checkers.py: Check missing before validating the valuesAaron LI2016-11-111-4/+12
|
* configs/checkers.py: Add "check_common()"Aaron LI2016-11-071-0/+25
|
* configs: Rename "validate.py" and update "validate_configs()"Aaron LI2016-11-041-0/+179
* Rename "validate.py" to "checkers.py", to avoid the confusion with the "validate" module from "configobj"; * Rename function "validate_configs()" to "check_configs()"; * "check_configs()": add optional parameter "raise_exception"; * "check_configs()": update to return both the result and errors dict.