Commit 7967161a authored by Hejing Li's avatar Hejing Li
Browse files

NET canfail true

parent c17f80d9
......@@ -86,7 +86,7 @@ class Experiment(object):
print('start Net:', net.run_cmd(env))
sc = exectools.SimpleComponent(net.full_name(),
shlex.split(net.run_cmd(env)), verbose=verbose)
shlex.split(net.run_cmd(env)), verbose=verbose, canfail=True)
await sc.start()
running.append((net, 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