Skip to content

Commit 3fabde6

Browse files
committed
standardize error wording
1 parent 51cc37d commit 3fabde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hydroserverpy/etl/extractors/http_extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def extract(self, task: Task, loader=None):
5959

6060
if total_bytes == 0:
6161
raise ValueError(
62-
"The connection to the source worked but no data were returned."
62+
"The connection to the source worked but no observations were returned."
6363
)
6464

6565
# Keep payload-level details at DEBUG; hydroserver-api-services already logs

0 commit comments

Comments
 (0)