hi Naskio, I encountered a troublesome issue in the n8n. I think it might be a bug in this [code](https://github.com/naskio/n8n-nodes-python/blob/master/nodes/PythonFunction/PythonFunction.node.ts) In line 195, the code 0 represent success, but the stderr will be parse. ` if (!code) { returnData.items = parseShellOutput(returnData.stderr); } else { returnData.error = new Error(returnData.stderr); } `