From f26664d4f0e3c8d108decdb84e22fc0f49c211b4 Mon Sep 17 00:00:00 2001
From: "ruben.haag" <ruben.haag@stud.uni-goettingen.de>
Date: Wed, 8 Dec 2021 14:40:50 +0100
Subject: [PATCH] Modle saving should now work

---
 put_together.jl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/put_together.jl b/put_together.jl
index 82fd5e0..86d9e1c 100644
--- a/put_together.jl
+++ b/put_together.jl
@@ -34,8 +34,8 @@ try
 catch e
     println(e)
 end
-for i in model_filenames
-    mv(paths[:model]*file, "$archive_path/models/"*name)
+for name in model_filenames
+    mv(paths[:model]*name, "$archive_path/models/"*name)
 end
 
 
-- 
GitLab