Skip to content

Commit 5f9029c

Browse files
committed
[GR-18105] ginstall is failing even for successful installs.
PullRequest: graalpython/640
2 parents cfa05e8 + 44f53b1 commit 5f9029c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-graalpython/modules/ginstall.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def system(cmd, msg=""):
6767
status = os.system(cmd)
6868
if status != 0:
6969
xit(msg, status=status)
70+
return status
7071

7172

7273
def known_packages():

0 commit comments

Comments
 (0)