[PATCH 1/2] Add newline before dumping callbacks' outputs

Vratislav Podzimek vpodzime at redhat.com
Mon Jul 22 12:27:24 UTC 2013


---
 meh/dump.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meh/dump.py b/meh/dump.py
index f52c051..3cb2202 100644
--- a/meh/dump.py
+++ b/meh/dump.py
@@ -436,7 +436,7 @@ class ExceptionDump(object):
                                if not attchmnt_only)
 
         # And now add data returned by the registered callbacks
-        ret += "Registered callbacks:\n"
+        ret += "\nRegistered callbacks:\n"
         for (item_name, callback) in items_callbacks:
             try:
                 ret += "%s:\n%s\n" % (item_name, callback())
-- 
1.7.11.7



More information about the anaconda-patches mailing list