Skip to content

Commit

Permalink
fix use of normalizePath [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbutuseless committed Apr 9, 2024
1 parent 504f99c commit 9ba790e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/json.R
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ write_json_file <- function(x, filename, opts = list(), ...) {
.Call(
serialize_to_file_,
x,
normalizePath(filename),
normalizePath(filename, mustWork = FALSE),
modify_list(opts, list(...))
)

Expand Down

0 comments on commit 9ba790e

Please sign in to comment.