Skip to content

Commit 394823f

Browse files
committed
mx.log svm image path
1 parent 152c725 commit 394823f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def python_svm(args):
256256
out = mx.OutputCapture()
257257
mx.run_mx(_SVM_ARGS + ["graalvm-home"], out=mx.TeeOutputCapture(out))
258258
svm_image = os.path.join(out.data.strip(), "bin", "graalpython")
259-
print(svm_image)
259+
mx.log(svm_image)
260260
mx.run([svm_image] + args)
261261
return svm_image
262262

0 commit comments

Comments
 (0)