Skip to content

Commit

Permalink
Better chown excepting
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Leonard <[email protected]>
  • Loading branch information
patricoferris and talex5 authored Nov 22, 2024
1 parent 9808d13 commit c1919aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_eio/path.ml
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,4 @@ let chown ~follow ~uid ~gid t =
try X.chown ~follow ~uid ~gid dir path
with Exn.Io _ as ex ->
let bt = Printexc.get_raw_backtrace () in
Exn.reraise_with_context ex bt "chowing file %a" pp t
Exn.reraise_with_context ex bt "changing ownership of %a" pp t

0 comments on commit c1919aa

Please sign in to comment.