]> git.decadent.org.uk Git - dak.git/commitdiff
Indent reason
authorJoerg Jaspert <joerg@debian.org>
Mon, 2 Aug 2010 11:13:57 +0000 (13:13 +0200)
committerJoerg Jaspert <joerg@debian.org>
Mon, 2 Aug 2010 11:13:57 +0000 (13:13 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
tools/rm822.py

index 57a5060d3e6b32e97f80dcbac84763fd39419638..018dd7c813f9661b0abb3ff79b6a4f81618f48d8 100755 (executable)
@@ -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