We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65dff7f commit c17a07fCopy full SHA for c17a07f
1 file changed
dataretrieval/waterdata/utils.py
@@ -586,7 +586,6 @@ def _walk_pages(
586
curr_url = _next_req_url(resp)
587
except Exception:
588
error_text = _error_body(resp)
589
- warnings.warn(f"{error_text}. Data request incomplete.")
590
logger.error("Request incomplete. %s", error_text)
591
logger.warning("Request failed for URL: %s. Data download interrupted.", curr_url)
592
curr_url = None
@@ -952,7 +951,6 @@ def get_stats_data(
952
951
next_token = body['next']
953
954
955
956
957
logger.warning("Request failed for URL: %s. Data download interrupted.", resp.url)
958
next_token = None
0 commit comments