From d5651202aef8b81583a9515f3805cdd7125c1669 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 5 Apr 2012 20:01:38 +0200 Subject: [PATCH] The transaction dump for empty transaction was not correctly skipped. --- python/pakfire/transaction.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5