Skip to content

Commit 96ab63b

Browse files
EliEli
authored andcommitted
Fixed accidental recursive call.
1 parent 728f345 commit 96ab63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dms_datastore/download_cdec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def download_cdec_cli(
295295
):
296296
"""CLI for downloading CDEC water data."""
297297

298-
download_cdec_cli(
298+
download_cdec(
299299
dest_dir,
300300
id_col,
301301
param_col,

0 commit comments

Comments
 (0)