Commit 6aa6c946 authored by Michael Droettboom's avatar Michael Droettboom

LINT

parent 0809f746
......@@ -114,8 +114,10 @@ class SeleniumWrapper:
"""
window.done = false;
pyodide.runPythonAsync({!r})
.then(function(output) {{ window.output = output; window.error = false; }},
function(output) {{ window.output = output; window.error = true; }})
.then(function(output)
{{ window.output = output; window.error = false; }},
function(output)
{{ window.output = output; window.error = true; }})
.finally(() => window.done = true);
""".format(code)
)
......
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