bugfix
This commit is contained in:
parent
52b6d2de59
commit
c41441dbc3
@ -109,8 +109,6 @@ typefuncs = {
|
||||
'float': float
|
||||
}
|
||||
def typevalue(v, t):
|
||||
if not v:
|
||||
return None
|
||||
f = typefuncs.get(t)
|
||||
if not f:
|
||||
return v
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user