1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2024-09-19 19:01:17 +00:00
This commit is contained in:
MoBit 2021-11-26 15:00:19 +01:00
parent 1c17e05a53
commit cba608a425

View file

@ -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