From 735168703d39b54010a0b05fabcfc5290f03f624 Mon Sep 17 00:00:00 2001 From: Lydia Soifer <94861701+lysoifer@users.noreply.github.com> Date: Sun, 12 Oct 2025 12:57:12 -0400 Subject: [PATCH] Update cmr.R bug fix .cmr_download --- R/cmr.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/cmr.R b/R/cmr.R index 2b30c70..5cb7a92 100644 --- a/R/cmr.R +++ b/R/cmr.R @@ -116,7 +116,7 @@ for (i in 1:length(urls)) { f <- tryCatch( - .cmr_download_one(urls[i], path, username, password, overwrite, cookie_file, ...), + .cmr_download_one(urls[i], path, username, password, overwrite, cookie_file), error = function(e){e} ) if (inherits(f, "error")) {