an error message has been deleted by error, ref #6740
This commit is contained in:
parent
48b662997e
commit
5fb79fed38
|
@ -451,8 +451,8 @@ class Option(BaseOption):
|
|||
do_validation(value, force_index)
|
||||
else:
|
||||
if not isinstance(value, list):
|
||||
raise ValueError(_("invalid value {0} for option {1} "
|
||||
"which must be a list").format(value,
|
||||
raise ValueError(_("invalid value {0} for option {1} ")
|
||||
_("which must be a list").format(value,
|
||||
self._name))
|
||||
for index, val in enumerate(value):
|
||||
do_validation(val, index)
|
||||
|
|
Loading…
Reference in New Issue