Skip to content

Commit 155978c

Browse files
committed
Style fix
1 parent ee0afeb commit 155978c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/mx.vm/mx_vm_gate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def gate_body(args, tasks):
104104
'-Dlibgraal.CrashAtIsFatal=true']
105105
cmd = ["dacapo:avrora", "--tracker=none", "--"] + vmargs + ["--", "--preserve"]
106106
out = mx.OutputCapture()
107-
exitcode, bench_suite, results = mx_benchmark.gate_mx_benchmark(cmd, nonZeroIsFatal=False, out=out, err=out)
107+
exitcode, bench_suite, _ = mx_benchmark.gate_mx_benchmark(cmd, nonZeroIsFatal=False, out=out, err=out)
108108
if exitcode == 0:
109109
if 'CrashAtIsFatal: no fatalError function pointer installed' in out.data:
110110
# Executing a VM that does not configure fatal errors handling

0 commit comments

Comments
 (0)