Skip to content

Commit 73de9a7

Browse files
committed
missing mx.log ref
1 parent 5474f98 commit 73de9a7

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
@@ -914,7 +914,7 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
914914
assert isinstance(base_suite, mx.SourceSuite)
915915

916916
ci_files = mx.suite_ci_files(SUITE, common_ci_dir, extension=ext)
917-
log("CI setup checking common file(s): \n\t{0}".format('\n\t'.join(map(str, ci_files))))
917+
mx.log("CI setup checking common file(s): \n\t{0}".format('\n\t'.join(map(str, ci_files))))
918918
mx.verify_ci(args, base_suite, dest_suite, common_file=ci_files)
919919

920920

0 commit comments

Comments
 (0)