]> marstr Code Repo - marstr/orthographic.git/commitdiff
Number check call updated
authorMarcus Str. <marcus@marstr.online>
Tue, 4 Feb 2025 07:23:36 +0000 (08:23 +0100)
committerMarcus Str. <marcus@marstr.online>
Tue, 4 Feb 2025 07:23:36 +0000 (08:23 +0100)
osmxml.py

index 29ad3d105446f1b9ad6373fbbfc3bf83ba48bff2..54ed260883351aa1249a73e1e9887741f403c4f2 100644 (file)
--- a/osmxml.py
+++ b/osmxml.py
@@ -208,7 +208,7 @@ class mstr_osmxml:
     # Again, a crash on number checking of levels.\r
     # Short call for sanity check\r
 \r
-    def is_float(element: any) -> bool:\r
+    def is_float(self, element: any) -> bool:\r
         #If you expect None to be passed:\r
         if element is None: \r
             return False\r