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