Number check call updated
This commit is contained in:
parent
aacaf84f19
commit
4cb47938b3
@ -208,7 +208,7 @@ class mstr_osmxml:
|
|||||||
# Again, a crash on number checking of levels.
|
# Again, a crash on number checking of levels.
|
||||||
# Short call for sanity check
|
# Short call for sanity check
|
||||||
|
|
||||||
def is_float(element: any) -> bool:
|
def is_float(self, element: any) -> bool:
|
||||||
#If you expect None to be passed:
|
#If you expect None to be passed:
|
||||||
if element is None:
|
if element is None:
|
||||||
return False
|
return False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user