mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2024-12-21 00:51:21 +00:00
fix path
This commit is contained in:
parent
1c17e05a53
commit
cba608a425
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ function run_sim(
|
|||
|
||||
n_bundles::Int64 = status.n_bundles
|
||||
next_bundle = n_bundles + 1
|
||||
bundles_path = "$dir/bundles"
|
||||
mkpath(bundles_path)
|
||||
bundles_dir = "$dir/bundles"
|
||||
mkpath(bundles_dir)
|
||||
|
||||
if n_bundle_snapshots > 0
|
||||
save_data = true
|
||||
|
|
Loading…
Reference in a new issue