Skip to content

Commit 3149fa2

Browse files
committed
Fix minor pylint error
1 parent ce6d5e3 commit 3149fa2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,6 @@ def run(self):
789789
"args": args, "paths": [_hpy_test_root()], "env": env.copy(), "use_pytest": True, "lock": lock,
790790
}))
791791
threads[-1].start()
792-
retval = 0
793792
for t in threads:
794793
t.join()
795794
for t in threads:

0 commit comments

Comments
 (0)