From: Michael Tremer Date: Thu, 5 Apr 2012 18:01:38 +0000 (+0200) Subject: The transaction dump for empty transaction was not correctly skipped. X-Git-Tag: 0.9.22~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5651202aef8b81583a9515f3805cdd7125c1669;p=pakfire.git The transaction dump for empty transaction was not correctly skipped. --- diff --git a/python/pakfire/transaction.py b/python/pakfire/transaction.py index 7da927f8f..9610f61ed 100644 --- a/python/pakfire/transaction.py +++ b/python/pakfire/transaction.py @@ -352,6 +352,7 @@ class Transaction(object): if not self.actions: logger.info(_("Nothing to do")) + return width = 80 line = "=" * width