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 44172a1 commit 3f7f912Copy full SHA for 3f7f912
mx.graalpython/mx_graalpython.py
@@ -2446,5 +2446,6 @@ def inner(*args, **kwargs):
2446
'clean': [python_clean, ''],
2447
'python-update-hpy-import': [update_hpy_import_cmd, '[--no-pull] PATH_TO_HPY'],
2448
'bisect-benchmark': [mx_graalpython_bisect.bisect_benchmark, ''],
2449
- 'python-leak-test': [run_leak_launcher, '']
+ 'python-leak-test': [run_leak_launcher, ''],
2450
+ 'python-checkcopyrights': [python_checkcopyrights, '[--fix]'],
2451
})
0 commit comments