This commit is contained in:
olli 2024-03-25 21:12:01 +01:00
parent 39b3a944dd
commit 992453c6a6

View File

@ -1,7 +1,6 @@
function g_python { function g_python {
unset g_python_result unset g_python_result
g_tmp=/tmp
g_rnd=$$ g_rnd=$$
# Use python in backround for multiple python commands running much faster # Use python in backround for multiple python commands running much faster
if [ -z "${g_python_running}" ] if [ -z "${g_python_running}" ]