Skip to content

Commit

Permalink
fix: verbose detection
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Sep 5, 2024
1 parent 9a832fe commit 4d4f155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/aux_save.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ all_plots_save_function <- function(gobject,

checkmate::assert_class(gpsparam, "giotto_plot_save_param")

if (getOption("giotto.verbose") == "debug") {
if (identical(getOption("giotto.verbose"), "debug")) {
print(gpsparam)
}

Expand Down

0 comments on commit 4d4f155

Please sign in to comment.