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

Updated for with new dispatcher

parent 29c0bf3a
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ for (name, path) in paths ...@@ -26,7 +26,7 @@ for (name, path) in paths
end end
map_folder = "./example_map/map/" map_folder = "./example_map/map/"
dispatcher_folder = "./example_map/delays_wt1reldelta1/" #dispatcher_folder = "./example_map/delays_wt1reldelta1/"
for name in readdir(map_folder, join=false) for name in readdir(map_folder, join=false)
...@@ -36,13 +36,13 @@ catch e ...@@ -36,13 +36,13 @@ catch e
println(e) println(e)
end end
end end
for name in readdir(dispatcher_folder, join=false) #for name in readdir(dispatcher_folder, join=false)
try # try
cp(dispatcher_folder*"/"*name, paths[:dispatcher]*"/"*name) # cp(dispatcher_folder*"/"*name, paths[:dispatcher]*"/"*name)
catch e #catch e
println(e) #println(e)
end #end
end #end
for (name, path) in paths for (name, path) in paths
try try
......
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