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 eacd416 commit 5f66e4aCopy full SHA for 5f66e4a
mx.graalpython/mx_graalpython.py
@@ -727,7 +727,7 @@ def import_python_sources(args):
727
SUITE.vc.git_command(SUITE.dir, ["clean", "-fdx"])
728
shutil.rmtree("graalpython")
729
730
- for inlined_file in (pypy_files + extra_pypy_files):
+ for inlined_file in pypy_files + extra_pypy_files:
731
original_file = None
732
name = os.path.basename(inlined_file)
733
name = mapping.get(name, name)
0 commit comments