mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Use full sentences.
This commit is contained in:
parent
a29c6076f7
commit
f82cd1f2cc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user