This is an automated email from the ASF dual-hosted git repository.
gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
The following commit(s) were added to refs/heads/trunk by this push:
new 1412802 whitespace in an email is important. don't compress/lose it.
1412802 is described below
commit 1412802dfd3174e9f7209ef2dd4396ab538d3fe3
Author: Greg Stein <[email protected]>
AuthorDate: Thu Mar 5 05:59:29 2026 -0600
whitespace in an email is important. don't compress/lose it.
---
v3/server/bin/mail-voters.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/v3/server/bin/mail-voters.py b/v3/server/bin/mail-voters.py
index 1fca181..44ce2ca 100755
--- a/v3/server/bin/mail-voters.py
+++ b/v3/server/bin/mail-voters.py
@@ -55,7 +55,7 @@ def main(eid, template_file):
return
# Load the EZT template
- template = ezt.Template(template_file)
+ template = ezt.Template(template_file, compress_whitespace=False)
# Send email to each voter
for voter in voters: