14162f55c2
The previous python3 -c '...' approach broke when lambdas contained single quotes (e.g. '"' + tag + '"'), causing the bash string to terminate early and output literal text instead of variable values.