Skip to content

Commit

Permalink
pass verbose to write (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Jan 28, 2025
1 parent 3aa769e commit 4cff5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/write.jl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function Base.write(path::AbstractString, s::AbstractRasterStack;
end
map(keys(s), suffix1, missingval) do key, suf, mv
fn = string(base, suf, ext)
write(fn, source, s[key]; missingval=mv, kw...)
write(fn, source, s[key]; missingval=mv, verbose, kw...)
end |> NamedTuple{keys(s)}
end
end
Expand Down

0 comments on commit 4cff5f0

Please sign in to comment.