mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
ack-sync: Print name of bug owner if the public email address is missing.
This commit is contained in:
parent
896b1780b4
commit
ace0508430
2
ack-sync
2
ack-sync
@ -154,7 +154,7 @@ def main(bug_numbers, all_package, all_version, all_section, update,
|
||||
uploader_email = get_email_from_file(uploader_name)
|
||||
if uploader_email is None:
|
||||
if not silent:
|
||||
print >> sys.stderr, "E: Bug owner does not have a public email address. Specify uploader with '-e'."
|
||||
print >> sys.stderr, "E: Bug owner '%s' does not have a public email address. Specify uploader with '-e'." % (uploader_name)
|
||||
sys.exit(PRIVATE_USER_EMAIL)
|
||||
elif not silent:
|
||||
print "Taking email address from local file: " + uploader_email
|
||||
|
Loading…
x
Reference in New Issue
Block a user