b4n commented on this pull request.
> Py_DECREF(args); + ret = (PyObject_IsTrue(py_ret) == 1); The `==1` is to catch the `-1` on error, which should probably lead to returning `FALSE` rather than `TRUE`. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/809#pullrequestreview-189561701