[Libreoffice-commits] dev-tools.git: esc-reporting/esc-automate.py

jan Iversen jani at libreoffice.org
Sat May 13 14:55:08 UTC 2017


 esc-reporting/esc-automate.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 634281df544607f5a50110c4455e36b8bd1b92e1
Author: jan Iversen <jani at libreoffice.org>
Date:   Sat May 13 16:54:46 2017 +0200

    esc-report.py, small difference to vm174

diff --git a/esc-reporting/esc-automate.py b/esc-reporting/esc-automate.py
index 25ddaf8..aa0d617 100755
--- a/esc-reporting/esc-automate.py
+++ b/esc-reporting/esc-automate.py
@@ -57,7 +57,7 @@ def doMail(mail, subject, content, attach=None):
       attach = ''
     mail="jani at libreoffice.org"
     sendMail = 'mail -r mentoring at libreoffice.org -s "' + subject + '" ' + attach + mail + ' <<EOF\n' + content + '\nEOF\n'
-    system(sendMail)
+    os.system(sendMail)
 
 
 


More information about the Libreoffice-commits mailing list