summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2016-12-21 14:02:07 +0100
committerXisco Fauli <anistenis@gmail.com>2016-12-21 14:02:07 +0100
commitfa774b3b6715b9d2046b85af56815def459d2832 (patch)
tree518ad4840003566dfa65e4c789076eb4fb7d3de3
parent6e4cc56a1eb0ed2d78008f8f4b2705faf5a20bee (diff)
add my email
-rwxr-xr-xesc-reporting/esc-report.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/esc-reporting/esc-report.py b/esc-reporting/esc-report.py
index b08dae6..761cde1 100755
--- a/esc-reporting/esc-report.py
+++ b/esc-reporting/esc-report.py
@@ -496,7 +496,8 @@ def report_qa():
max_width), file=fp)
fp.close()
- return None
+ return {'title': 'esc_report, QA', 'mail': 'xiscofauli@libreoffice.org',
+ 'file': '/tmp/esc_qa_report.txt'}
def report_myfunc():