From 4fbc35614992a1e4a62a926aff1f72d8af10729d Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 11 Dec 2007 14:18:50 +0200 Subject: [PATCH] Register the new SCRIPT_ERROR callback value to python --- python/rpmmodule.c | 1 + 1 file changed, 1 insertion(+) diff --git a/python/rpmmodule.c b/python/rpmmodule.c index b6b509e..3bfd974 100644 --- a/python/rpmmodule.c +++ b/python/rpmmodule.c @@ -445,6 +445,7 @@ void init_rpm(void) REGISTER_ENUM(RPMCALLBACK_REPACKAGE_STOP); REGISTER_ENUM(RPMCALLBACK_UNPACK_ERROR); REGISTER_ENUM(RPMCALLBACK_CPIO_ERROR); + REGISTER_ENUM(RPMCALLBACK_SCRIPT_ERROR); REGISTER_ENUM(RPMPROB_BADARCH); REGISTER_ENUM(RPMPROB_BADOS); -- 2.7.4