|
From: Arve K. <arv...@gm...> - 2007-05-14 18:18:08
|
Hi
I have a problem with configobj/validate (in general a great combination!)
that keeps cropping up. If I forget to include a comma (',') when defining a
list value in my configuration file, it is translated into a string (even
though its specified type is 'list'). The fix is simply to add a comma to
the end of the configuration value. Is there any reason for this behaviour?
I find it rather painful since I have to check in my own code whether
supposed list values from configobj are actually lists or strings.
Arve
|