Skip to content
Snippets Groups Projects
Commit f26664d4 authored by Ruben Haag's avatar Ruben Haag
Browse files

Modle saving should now work

parent a38cba54
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment