Skip to content

Commit 44f53b1

Browse files
committed
system should return the status when it is equal to 0
1 parent 3f8a928 commit 44f53b1

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)