Make shfmt happy

(I'm open to better ways of formatting the heredoc
that embeds the Python script.)
This commit is contained in:
medmunds 2020-12-29 17:10:36 -08:00 committed by Alexander Kulumbeg
parent 2d9506eb54
commit 6e61c34f0f
1 changed files with 10 additions and 9 deletions

View File

@ -125,7 +125,8 @@ _smtp_send() {
fi
# language=Python
smtp_send_output="$($SMTP_PYTHON <<EOF
smtp_send_output="$(
$SMTP_PYTHON <<EOF
# This code is meant to work with either Python 2.7.x or Python 3.4+.
try:
try: