From f82cd1f2cc275a5555629729a228ab1d4a0384b3 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Sat, 10 Sep 2011 00:50:48 +0200 Subject: [PATCH] Use full sentences. --- ubuntutools/requestsync/mail.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntutools/requestsync/mail.py b/ubuntutools/requestsync/mail.py index f8bc999..6f8f62d 100644 --- a/ubuntutools/requestsync/mail.py +++ b/ubuntutools/requestsync/mail.py @@ -120,7 +120,7 @@ def mailBug(srcpkg, subscribe, status, bugtitle, bugtext, bug_mail_domain, break if not gpg_command: - Logger.error("Cannot locate gpg, please install the 'gnupg' package") + Logger.error("Cannot locate gpg, please install the 'gnupg' package!") sys.exit(1) gpg_command.append('--clearsign') @@ -132,7 +132,7 @@ def mailBug(srcpkg, subscribe, status, bugtitle, bugtext, bug_mail_domain, stdout=subprocess.PIPE) signed_report = gpg.communicate(mailbody.encode('utf-8'))[0].decode('utf-8') if gpg.returncode != 0: - Logger.error("%s failed", gpg_command[0]) + Logger.error("%s failed.", gpg_command[0]) sys.exit(1) # generate email