[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.2-7-g772ee47

Sandro Tosi morph at debian.org
Sat May 9 07:04:06 UTC 2009


The following commit has been merged in the master branch:
commit 259e89a3f30377ed96798988e709cdf63bf9d089
Author: Carl Chenet <carl.chenet at ohmytux.com>
Date:   Sun May 3 14:58:40 2009 +0200

    hide ACK msg when an smtp error occurs

diff --git a/reportbug/submit.py b/reportbug/submit.py
index ca25063..2ee09ca 100644
--- a/reportbug/submit.py
+++ b/reportbug/submit.py
@@ -447,7 +447,7 @@ 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:
+    if not (exinfo or kudos) and rtype == 'debbugs' and sysinfo and not failed:
         ewrite('\n')
         ui.long_message(
             """If you want to provide additional information, please wait to

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list