Skip to content

Commit db6403c

Browse files
committed
fix missing local
1 parent 69309fe commit db6403c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def _dev_pythonhome():
190190

191191

192192
def punittest(ars):
193+
args = []
193194
if "--regex" not in ars:
194195
args += ['--regex', r'(graal\.python)|(com\.oracle\.truffle\.tck\.tests)']
195196
args += ars

0 commit comments

Comments
 (0)