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 77deabb commit bffed25Copy full SHA for bffed25
graalpython/lib-graalpython/modules/ginstall.py
@@ -47,6 +47,7 @@
47
import tempfile
48
49
def system(cmd, msg=""):
50
+ print("+", cmd)
51
status = os.system(cmd)
52
if status != 0:
53
xit(msg, status=status)
0 commit comments