Skip to content

Commit 02015af

Browse files
committed
update language registration for changes in graal
1 parent 3e0daeb commit 02015af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,10 +540,10 @@ def python_checkcopyrights(args):
540540
#
541541
# ----------------------------------------------------------------------------------------------------------------------
542542
mx_sdk.register_graalvm_component(mx_sdk.GraalVmLanguage(
543+
suite=_suite,
543544
name='Graal.Python',
544545
short_name='pyn',
545546
dir_name='python',
546-
documentation_files=['link:<support>/README_GRAALPYTHON.md'],
547547
license_files=['link:<support>/GraalCE_Python_license_3rd_party_license.txt'],
548548
third_party_license_files=[],
549549
truffle_jars=[
@@ -565,7 +565,7 @@ def python_checkcopyrights(args):
565565
]
566566
)
567567
],
568-
), _suite)
568+
))
569569

570570

571571
# ----------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)