Skip to content

Commit

Permalink
Excluded lines from test coverage in iris.data.urls_hek().
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Feb 3, 2024
1 parent 6683f48 commit f815057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iris/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def urls_hek(
break
except requests.exceptions.RequestException: # pragma: no cover
pass
else:
else: # pragma: no cover
raise ConnectionError(f"Could not get query {query}")

result = []
Expand Down

0 comments on commit f815057

Please sign in to comment.