We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152c725 commit 394823fCopy full SHA for 394823f
mx.graalpython/mx_graalpython.py
@@ -256,7 +256,7 @@ def python_svm(args):
256
out = mx.OutputCapture()
257
mx.run_mx(_SVM_ARGS + ["graalvm-home"], out=mx.TeeOutputCapture(out))
258
svm_image = os.path.join(out.data.strip(), "bin", "graalpython")
259
- print(svm_image)
+ mx.log(svm_image)
260
mx.run([svm_image] + args)
261
return svm_image
262
0 commit comments