Skip to content

Commit

Permalink
check path for current path
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Dec 17, 2024
1 parent 8385737 commit 4ed4a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/show_methods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
all_match = true
for (f1, f2) in zip(sfields, ssfields)
!all_match && break
if ispath(f1) # only compares the last entry for paths
if ispath(f2) # only compares the last entry for paths
all_match = last(split(f1)) == last(split(f2))
continue
end
Expand Down

0 comments on commit 4ed4a45

Please sign in to comment.