|
From: Konrad W. <th...@wo...> - 2006-04-11 11:42:01
|
Using is_list for is_string in validate.py is a bad idea, because if you specify that 'foo' is a string_list and you enter a string 'bar' into the config file instead of a list, you get the list ['b', 'a', 'r'] as value instead of an error. Kind regards, -- Konrad Wojas The Health Agency BV http://www.thehealthagency.com th...@wo... |