From 5e37dfaf50b2b391741eaaa8c40d97af16ef16c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Thu, 26 Jan 2017 14:10:02 +0100
Subject: [PATCH] Change mail attachment content type.

---
 tester.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tester.py b/tester.py
index a28f21d1..295f4061 100755
--- a/tester.py
+++ b/tester.py
@@ -173,7 +173,7 @@ Content-transfer-encoding: utf-8
 %(report)s
 
 --%(boundary)s
-Content-type: application/octet-stream; name="%(log_name)s"
+Content-type: text/plain; name="%(log_name)s"
 Content-disposition: attachment; filename="%(log_name)s"
 Content-transfer-encoding: utf-8
 
-- 
GitLab