Daniel Dehennin 064bed9efa Fix infinite recursion on calculated master of multi variable
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
2013-01-30 18:04:46 +01:00
2013-01-11 09:46:41 +01:00
2012-07-13 11:22:00 +02:00
2012-07-25 09:01:18 +02:00
2012-07-25 09:01:18 +02:00
2012-07-25 09:01:18 +02:00

LICENSES
---------

See COPYING for the licences of the code and the documentation.

See AUTHORS for the details about the tiramisu's team.



Description
Miroir de https://framagit.org/tiramisu/tiramisu.git pour la création de paquets
Readme 3.8 MiB
Languages
Python 98.3%
CSS 1.5%
Makefile 0.2%