mirror of https://github.com/pyodide/pyodide.git
TST Don't set stackTraceLimit twice (#1139)
We already set it during initialization
This commit is contained in:
parent
3adebcd9b3
commit
d70c32e87a
|
@ -105,7 +105,6 @@ class SeleniumWrapper:
|
|||
# we have a multiline string, fix indentation
|
||||
code = textwrap.dedent(code)
|
||||
wrapper = """
|
||||
Error.stackTraceLimit = Infinity;
|
||||
let run = () => { %s }
|
||||
try {
|
||||
let result = run();
|
||||
|
|
Loading…
Reference in New Issue