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 cdb6555 commit 7f59b62Copy full SHA for 7f59b62
src/ninja/__init__.py
@@ -44,7 +44,7 @@
44
45
46
def _program(name, args):
47
- return subprocess.call([os.path.join(BIN_DIR, name)] + args)
+ return subprocess.call([os.path.join(BIN_DIR, name)] + args, close_fds=False)
48
49
50
def ninja():
0 commit comments