From: Michael Tremer Date: Sat, 1 Oct 2011 14:46:31 +0000 (+0200) Subject: Accidentially removed raise of TransactionCheckError. X-Git-Tag: 0.9.10~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7e26612f9de00b93ec83c70f11f8522702524ba;p=pakfire.git Accidentially removed raise of TransactionCheckError. --- diff --git a/python/pakfire/transaction.py b/python/pakfire/transaction.py index dbc34272a..c7b6e72ad 100644 --- a/python/pakfire/transaction.py +++ b/python/pakfire/transaction.py @@ -330,8 +330,11 @@ class Transaction(object): logging.info(_("Transaction Test Succeeded")) return + # In case of an unsuccessful transaction test, we print the error + # and raise TransactionCheckError. check.print_errors() - #raise TransactionCheckError, _("Transaction test was not successful") + + raise TransactionCheckError, _("Transaction test was not successful") def run(self): # Download all packages.