Skip to content

Commit

Permalink
Merge pull request #186 from inbo/fix_n2khab_options
Browse files Browse the repository at this point in the history
n2khab_options(): fix bug in case both options are set
  • Loading branch information
florisvdh authored Aug 8, 2024
2 parents 1f843ea + 9689ac3 commit 80d70b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/options.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ n2khab_options <- function() {
),
"n2khab_use_raster",
tryCatch(
n2khab_using_raster(),
as.character(n2khab_using_raster()),
error = function(e) {
message(as.character(e))
NA
Expand Down

0 comments on commit 80d70b9

Please sign in to comment.