Miroir de https://framagit.org/tiramisu/tiramisu.git pour la création de paquets
064bed9efa
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 | ||
COPYING | ||
Makefile | ||
README | ||
ccbysa3.0.txt | ||
gpl-3.0.txt | ||
setup.py |
README
LICENSES --------- See COPYING for the licences of the code and the documentation. See AUTHORS for the details about the tiramisu's team.