Skip to content

Commit

Permalink
Updated openstack/openstack
Browse files Browse the repository at this point in the history
Project: openstack-infra/release-tools  ffe14d7ed934845a780f38f65ace2842ececff8b

fix mail sending

Correct the logic related to parsing the server address so that the
default is not overwritten if there is no @ in the address.

Fix handling of a missing password by allowing an empty string to mean
no password was given.

Move the TO parsing out of the try/finally block so that errors in
parsing the message are not swallowed by errors when we quit a server
connection that wasn't opened properly.

Change-Id: I73a24a4d87c0f4a5aabd302d8a7d2884e5513c31
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
  • Loading branch information
dhellmann authored and openstack-gerrit committed Mar 15, 2017
1 parent 1d8a333 commit 2c97904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-tools
Submodule release-tools updated from 84976f to ffe14d

0 comments on commit 2c97904

Please sign in to comment.