Commit bef83738 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: after running experiments use rmtree on executor for sockets

With remote excution those sockets will be on the remote host
parent 32441b27
......@@ -159,7 +159,7 @@ class Experiment(object):
await sc.wait()
for sock in sockets:
os.remove(sock)
await exec.rmtree(sock)
for sim,sc in running:
out.add_sim(sim, sc)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment