Skip to content

Commit

Permalink
missing out NULL return
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Mar 18, 2024
1 parent 5ce0cfb commit 8726e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/ZenodoManager.R
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ ZenodoManager <- R6Class("ZenodoManager",
errMsg = sprintf("Error while fetching resourcetype '%s': %s", id, out$message)
cli::cli_alert_danger(errMsg)
self$ERROR(errMsg)
out <- NULL
}
return(out)
},
Expand Down

0 comments on commit 8726e7e

Please sign in to comment.