Files
@ 88a5fb51d837
Branch filter:
Location: kallithea/docs/usage/statistics.rst
88a5fb51d837
1.2 KiB
text/prs.fallenstein.rst
e-mail: properly handle no recipients when there is no email_to set
When the configuration file does not contain a value for email_to, and no
recipients are specified in a call to send_email, recipients would be set to
[None, admins]
which causes an error when logging this list as ' '.join(recipients).
When the configuration file does not contain a value for email_to, and no
recipients are specified in a call to send_email, recipients would be set to
[None, admins]
which causes an error when logging this list as ' '.join(recipients).