Comment 4 for bug 250643

Revision history for this message
Florian Heinle (tiax) wrote :

fixed in rev 85

I changed how our ConfigParser works, adding a wrapper that returns default values if a given value isn't available. This includes changing DEFAULT_CONF to a dictionary instead of a string. New config values have to be added to this dictionary, with its values as *strings*

Still, the whole configuration system seems a little clunky. Maybe we should replace it some day.