From 4cb47938b36b2e3a0432f630bc80efc3381cc869 Mon Sep 17 00:00:00 2001 From: "Marcus Str." Date: Tue, 4 Feb 2025 08:23:36 +0100 Subject: [PATCH] Number check call updated --- osmxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osmxml.py b/osmxml.py index 29ad3d1..54ed260 100644 --- a/osmxml.py +++ b/osmxml.py @@ -208,7 +208,7 @@ class mstr_osmxml: # Again, a crash on number checking of levels. # 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 element is None: return False