Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Oct 30, 2024
1 parent 16bc287 commit 1026aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reproducibility_tests/self_reference_or_path.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function self_reference_or_paths()
end
# Largest ref-counter reference path:
paths = map(i -> sorted_paths[i], i_comparable_references)
ref_counter_files_main = joinpath(paths, "ref_counter.jl")
ref_counter_files_main = map(p -> joinpath(p, "ref_counter.jl"), paths)

for p in ref_counter_files_main
@info "Files in $p:" # for debugging
Expand Down

0 comments on commit 1026aa9

Please sign in to comment.