Skip to content

Commit

Permalink
Update do_conversions.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetdevil144 committed Feb 21, 2025
1 parent e0b0d8d commit 32413f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/workflow/R/do_conversions.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ do_conversions <- function(settings, overwrite.met = FALSE, overwrite.fia = FALS
site <- if(!is.null(settings$run$site$lat) && !is.null(settings$run$site$lon)) {
settings$run$site
} else {
PEcAN.DB::query.site(site.id = settings$run$site$site.id, con = NULL)
PEcAn.DB::query.site(site.id = settings$run$site$site.id, con = NULL)
}

settings$run$inputs[[i]]$path <-
Expand Down

0 comments on commit 32413f0

Please sign in to comment.