Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Feb 14, 2025
1 parent 76ca1b8 commit e68d618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mdim.R
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ write_mdim = function(x, filename, driver = detect.driver(filename), ...,
as_float = TRUE, normalize_path = TRUE) {

if (normalize_path)
filename = enc2utf8(maybe_normalizePath(filename, filename))
filename = enc2utf8(maybe_normalizePath(filename, TRUE))
if (inherits(x, "stars_proxy"))
x = st_as_stars(x)
cdl = st_as_cdl(x)
Expand Down

0 comments on commit e68d618

Please sign in to comment.