Skip to content

Commit 223e06b

Browse files
committed
python-import exists now
1 parent a17f442 commit 223e06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ def import_python_sources(args):
779779
if _suite.vc.isDirty(_suite.dir):
780780
mx.abort("Working dir must be clean")
781781
tip = _suite.vc.tip(_suite.dir).strip()
782-
_suite.vc.git_command(_suite.dir, ["checkout", "--orphan", "python-import"])
782+
_suite.vc.git_command(_suite.dir, ["checkout", "python-import"])
783783
_suite.vc.git_command(_suite.dir, ["clean", "-fdx"])
784784
shutil.rmtree("graalpython")
785785

0 commit comments

Comments
 (0)