Skip to content

Commit

Permalink
missing path
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonpbarrows committed Aug 14, 2023
1 parent 8fa5acd commit 47b1d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/simulation_partitions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function process_simulation_partition_cli_args(build_function, execute_function,
base_dir = joinpath(output_dir, sim_name)
else
id = _get_most_recent_execution(output_dir, sim_name)
base_dir = joinpath(path, "$sim_name-$id")
base_dir = joinpath(output_dir, "$sim_name-$id")
end

if operation == "setup"
Expand Down

0 comments on commit 47b1d61

Please sign in to comment.