[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Indent reason



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 tools/rm822.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/rm822.py b/tools/rm822.py
index 57a5060..018dd7c 100755
--- a/tools/rm822.py
+++ b/tools/rm822.py
@@ -42,7 +42,7 @@ for removal in removals:
         print 'Binaries:'
         for binary in binaries:
             print binary
-    print 'Reason: %s' % reason
+    print 'Reason: %s' % reason.replace('\n', '\n ')
     if bug:
         print 'Bug: %s' % bug.group(1)
     print
-- 
1.5.6.5


Reply to: