Skip to content

Commit e27a14c

Browse files
committed
dont fix sonar
1 parent f2b2630 commit e27a14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sgis/geopandas_tools/cleaning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ def explore_geosexception(e: GEOSException, *gdfs):
671671
from ..maps.maps import explore
672672
from .conversion import to_gdf
673673

674-
pattern = r"(\d+\.\d+)\s{1,5}(\d+\.\d+)"
674+
pattern = r"(\d+\.\d+)\s+(\d+\.\d+)"
675675

676676
matches = re.findall(pattern, str(e))
677677
coords_in_error_message = [(float(match[0]), float(match[1])) for match in matches]

0 commit comments

Comments
 (0)