python broken pipe
This commit is contained in:
parent
1c6d547bb2
commit
654123516d
@ -43,7 +43,7 @@ function g_python {
|
|||||||
then
|
then
|
||||||
until [ -n "$g_python_result" ]
|
until [ -n "$g_python_result" ]
|
||||||
do
|
do
|
||||||
read -t 0.1 g_python_result <${g_tmp}/${g_rnd}/python-out
|
read -t 0.3 g_python_result <${g_tmp}/${g_rnd}/python-out
|
||||||
[ -s "${g_tmp}/${g_rnd}/python-error" ] && break
|
[ -s "${g_tmp}/${g_rnd}/python-error" ] && break
|
||||||
done
|
done
|
||||||
unset g_python_waitforoutput
|
unset g_python_waitforoutput
|
||||||
|
Loading…
Reference in New Issue
Block a user