Skip to content

Commit c70eb4f

Browse files
committed
fixup! sdk: typo
1 parent 55e72b1 commit c70eb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/mx.sdk/mx_sdk_vm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def base_jdk(stage1=True):
574574
# attempt to initialize JVMCI related attributes
575575
jdk_enables_jvmci_by_default(_base_jdk_final)
576576
except Exception as e:
577-
assert "could not execute" in e.args[0]
577+
assert "Could not execute" in e.args[0]
578578

579579
# ._probe_jvmci_info() and .get_modules() need a working java launcher, which might not be the case for FINAL_STAGE_JAVA_HOME.
580580
# Copy infos from stage1 JAVA_HOME instead.

0 commit comments

Comments
 (0)