Unverified Commit fe9ca29f authored by Jakob Görgen's avatar Jakob Görgen
Browse files

fixed writing of json

parent 4e2e579c
......@@ -61,7 +61,7 @@ class LocalSimpleRuntime(run_base.Runtime):
# simulators yet
return
run.output = await runner.run() # handles CancelledError
run._output = await runner.run() # handles CancelledError
self._complete.append(run)
# if the log is huge, this step takes some time
......
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