From cba608a425ec85f5450c62d1363d064ed42fd64d Mon Sep 17 00:00:00 2001 From: MoBit Date: Fri, 26 Nov 2021 15:00:19 +0100 Subject: [PATCH] fix path --- src/run.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/run.jl b/src/run.jl index fcae647..108733f 100644 --- a/src/run.jl +++ b/src/run.jl @@ -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