Skip to content

Commit 4cff5f0

Browse files
authored
pass verbose to write (#878)
1 parent 3aa769e commit 4cff5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/write.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function Base.write(path::AbstractString, s::AbstractRasterStack;
129129
end
130130
map(keys(s), suffix1, missingval) do key, suf, mv
131131
fn = string(base, suf, ext)
132-
write(fn, source, s[key]; missingval=mv, kw...)
132+
write(fn, source, s[key]; missingval=mv, verbose, kw...)
133133
end |> NamedTuple{keys(s)}
134134
end
135135
end

0 commit comments

Comments
 (0)