script/autobuild: Fix formatting in send_email
[bbaumbach/samba.git] / script / autobuild.py
index d389838286b9a75961343c5bdf3a1f9bcfcf650c..02fff41204b7a65ff2d04b21e98a4ace524be88d 100755 (executable)
@@ -777,7 +777,7 @@ parser.add_option("", "--restrict-tests", help="run as make test with this TESTS
 def send_email(subject, text, log_tar):
     if options.email is None:
         do_print("not sending email because the recipient is not set")
-        do_print("the text content would have been:\n\nSubject: %s\n\nTs" %
+        do_print("the text content would have been:\n\nSubject: %s\n\n%s" %
                  (subject, text))
         return
     outer = MIMEMultipart()