#1339 fix typo in usage of six's import of MIMEText
Merged 4 years ago by mikem. Opened 4 years ago by tkopecek.
tkopecek/koji issue1338  into  master

file modified
+1 -1
@@ -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:

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

4 years ago

Commit 6bfcfc4 fixes this pull-request

Pull-Request has been merged by mikem

4 years ago