Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pass stdin=DEVNULL to Popen to avoid eating stdin from pipes (#4189
) - For the first cmd to run in subprocess.call, specified "stdin=subprocess.DEVNULL" to avoid it from eating the stdin behind it - also fix: #4187 in the base call Signed-off-by: Xiangce Liu <[email protected]> * undo the wrapped lines which is unnecessary Signed-off-by: Xiangce Liu <[email protected]>
- Loading branch information