Skip to content

Commit

Permalink
Ensure announce mail ends with a blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-turney committed Jan 6, 2024
1 parent a9826e1 commit 9506eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calm/calm.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ def _announce_upload(args, scan_result, maintainer, r):
%s
%s
''' % ('\n'.join('* ' + p + '-' + version for p in sorted(pkglist)), ldesc, cl)

# TODO: add an attachment: sha512 hashes of packages, gpg signed?
Expand Down

0 comments on commit 9506eb5

Please sign in to comment.