From 654123516ddc3286cdc7ae15c2ee5850ff214291 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 26 Mar 2024 17:33:22 +0100 Subject: [PATCH] python broken pipe --- gaboshlib/g_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gaboshlib/g_python.sh b/gaboshlib/g_python.sh index 300d74a..854d22a 100644 --- a/gaboshlib/g_python.sh +++ b/gaboshlib/g_python.sh @@ -43,7 +43,7 @@ function g_python { then until [ -n "$g_python_result" ] 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 done unset g_python_waitforoutput