|
From: Fuzzyman <fuz...@vo...> - 2006-04-11 14:33:11
|
Konrad Wojas wrote: >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. > > Thanks for this, it sounds like a sensible fix. I'll assess it in the next couple of days. Fuzzyman http://www.voidspace.org.uk/python/index.shtml >Kind regards, > > >------------------------------------------------------------------------ > |