File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -540,10 +540,10 @@ def python_checkcopyrights(args):
540
540
#
541
541
# ----------------------------------------------------------------------------------------------------------------------
542
542
mx_sdk .register_graalvm_component (mx_sdk .GraalVmLanguage (
543
+ suite = _suite ,
543
544
name = 'Graal.Python' ,
544
545
short_name = 'pyn' ,
545
546
dir_name = 'python' ,
546
- documentation_files = ['link:<support>/README_GRAALPYTHON.md' ],
547
547
license_files = ['link:<support>/GraalCE_Python_license_3rd_party_license.txt' ],
548
548
third_party_license_files = [],
549
549
truffle_jars = [
@@ -565,7 +565,7 @@ def python_checkcopyrights(args):
565
565
]
566
566
)
567
567
],
568
- ), _suite )
568
+ ))
569
569
570
570
571
571
# ----------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments