]> git.ipfire.org Git - pakfire.git/commit
_pakfire: Consume any exceptions in log callback
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 25 Jul 2023 12:57:49 +0000 (12:57 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 25 Jul 2023 12:59:11 +0000 (12:59 +0000)
commit43849e2fd6bb6cfe9b5a32c37c278bbdc6f6147e
tree87336f843170dac85d72e0e90f0edaa32a673ecd
parent1dd799f31d7e8e237c6e3cfb1fd06c6dccdbbddf
_pakfire: Consume any exceptions in log callback

We cannot do anything with them here, so we need to de-fuse the
exception so that we won't run into errors when the originally called
Python function returns.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/_pakfire/pakfire.c