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

Bugfix. Should now copy all the needed Map Files

parent d1285b7a
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,18 @@ name = "testing"
include(settings_name)
for (name, path) in paths
try
mkpath(path)
catch e
println(e.msg)
end
end
map_folder = "./example_map/map/"
dispatcher_folder = "./example_map/delays_wt1reldelta1/"
for name in readdir(map_folder, join=false)
try
cp(map_folder*"/"*name, paths[:map]*"/"*name)
......
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