[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.0-22-ge53e415

Luca Bruno lethalman88 at gmail.com
Wed Mar 25 22:56:45 UTC 2009


The following commit has been merged in the master branch:
commit d7fb268e10b167dfb583eaaec9c5c635e00c2656
Author: Luca Bruno <lethalman88 at gmail.com>
Date:   Tue Mar 24 20:15:39 2009 +0100

    Display post-submit message also if MUA was the choice

diff --git a/reportbug/submit.py b/reportbug/submit.py
index a66bc97..70ce584 100644
--- a/reportbug/submit.py
+++ b/reportbug/submit.py
@@ -447,10 +447,10 @@ def send_report(body, attachments, mua, fromaddr, sendto, ccaddr, bccaddr,
             for address in debbugs_cc:
                 ewrite('  %s\n', rfc822.dump_address_pair(address))
 
-        if not (exinfo or kudos) and rtype == 'debbugs' and sysinfo:
-            ewrite('\n')
-            ui.long_message(
-"""If you want to provide additional information, please wait to
+    if not (exinfo or kudos) and rtype == 'debbugs' and sysinfo:
+        ewrite('\n')
+        ui.long_message(
+            """If you want to provide additional information, please wait to
 receive the bug tracking number via email; you may then send any extra
 information to %s (e.g. %s), where n is the bug number.  Normally you
 will receive an acknowledgement via email including the bug report number

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list