Skip to content

Commit

Permalink
Remove unnecessary anonymous function
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Nov 15, 2024
1 parent f2c4a62 commit 3b4564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OutputPathGenerator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ function generate_output_path(::ActiveLinkStyle, output_path; context = nothing)
end
end
# For MPI runs, we have to make sure we are synced
maybe_wait_filesystem(context, active_link, check_func = (f) -> !ispath(f))
maybe_wait_filesystem(context, active_link, check_func = !ispath)

# Ensure that there are four digits
next_counter_str = lpad(next_counter, 4, "0")
Expand Down

0 comments on commit 3b4564d

Please sign in to comment.