Skip to content

Commit

Permalink
bugfix: basename -> dirname in prettify_results
Browse files Browse the repository at this point in the history
  • Loading branch information
just-max committed Apr 17, 2024
1 parent 96f8e88 commit 1b4e8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test-lib/grading.ml
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,4 @@ let grade_cleanup_files_to ?points_step_count ~grading_to ?grading =
(* compat *)
let prettify_results ?grading path =
grade_cleanup_files_to [path] ?grading
~grading_to:Filename.(concat (basename path) "grading.xml")
~grading_to:Filename.(concat (dirname path) "grading.xml")

0 comments on commit 1b4e8f7

Please sign in to comment.