mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2024-11-08 22:21:08 +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
|
n_bundles::Int64 = status.n_bundles
|
||||||
next_bundle = n_bundles + 1
|
next_bundle = n_bundles + 1
|
||||||
bundles_path = "$dir/bundles"
|
bundles_dir = "$dir/bundles"
|
||||||
mkpath(bundles_path)
|
mkpath(bundles_dir)
|
||||||
|
|
||||||
if n_bundle_snapshots > 0
|
if n_bundle_snapshots > 0
|
||||||
save_data = true
|
save_data = true
|
||||||
|
|
Loading…
Reference in a new issue