0002094: Book report - user enter a multiline text into a custom text block, with quote char
svn: r10599
This commit is contained in:
@ -941,7 +941,7 @@ def get_type_converter_by_name(val_str):
|
||||
elif val_str == 'float':
|
||||
return float
|
||||
elif val_str == 'bool':
|
||||
return bool
|
||||
return cast_to_bool
|
||||
elif val_str in ('str', 'unicode'):
|
||||
return unicode
|
||||
return unicode
|
||||
|
Reference in New Issue
Block a user