Skip to content

Commit

Permalink
"or" - #1994
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Sep 6, 2022
1 parent e721547 commit a2c29fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/gdal_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ resampling_method = function(option = "near") {
#' st_read(in_file)
#' }
gdal_utils = function(util = "info", source, destination, options = character(0),
quiet = !(util %in% c("info", "mdiminfo")) && ("-multi" %in% options),
quiet = !(util %in% c("info", "mdiminfo")) || ("-multi" %in% options),
processing = character(0), colorfilename = character(0)) {

if (!quiet && "-multi" %in% options)
Expand Down

0 comments on commit a2c29fd

Please sign in to comment.