Configuration management library written in python
There was a infinite recursion between option.Multi.append() and config.Config._getattr() through config.Config.fill_multi() when calculating the master: - config.Config._getattr() -> config.Config.fill_multi() -> option.Multi.__init__() -> option.Multi.append() -> config.Config._getattr() * tiramisu/option.py (Multi.append): do not pass by config.Config._getattr(). * tiramisu/option.py (Multi.__init__): do not catch exception when appending. Ref: #4799 @8h |
||
|---|---|---|
| doc | ||
| report | ||
| test | ||
| tiramisu | ||
| .gitignore | ||
| AUTHORS | ||
| ccbysa3.0.txt | ||
| COPYING | ||
| gpl-3.0.txt | ||
| Makefile | ||
| README | ||
| setup.py | ||
LICENSES --------- See COPYING for the licences of the code and the documentation. See AUTHORS for the details about the tiramisu's team.