We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f5972 commit 710d716Copy full SHA for 710d716
tests/helpers.py
@@ -9,5 +9,5 @@ def ping_gtk():
9
bbox = (60.2, 24.8, 60.215, 24.83)
10
holes = from_gtk_wfs(bbox, "EPSG:4326")
11
result = not Holes(holes[:3]).get_dataframe().empty
12
- except HTTPError:
+ except (HTTPError, ValueError):
13
return True
0 commit comments