| |
@@ -407,7 +407,7 @@
|
| |
If you would like to protect any of these builds from deletion, please
|
| |
refer to the document linked above for instructions."""
|
| |
|
| |
- msg = MIMEText('\n\n'.join([head, middle, tail]))
|
| |
+ msg = MIMEText.MIMEText('\n\n'.join([head, middle, tail]))
|
| |
if len(builds) == 1:
|
| |
msg['Subject'] = "1 build marked for deletion"
|
| |
else:
|
| |
Fixes: https://pagure.io/koji/issue/1338