[Libreoffice-commits] dev-tools.git: esc-reporting/qa-tools.py
Xisco Fauli
anistenis at gmail.com
Mon Mar 20 12:01:33 UTC 2017
esc-reporting/qa-tools.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c33d7188655b597c1df4a0d5b0aca13a4cbfee29
Author: Xisco Fauli <anistenis at gmail.com>
Date: Mon Mar 20 13:00:58 2017 +0100
Fix another typo
diff --git a/esc-reporting/qa-tools.py b/esc-reporting/qa-tools.py
index 09157f0..b20fccc 100755
--- a/esc-reporting/qa-tools.py
+++ b/esc-reporting/qa-tools.py
@@ -607,7 +607,7 @@ def QA_Report(statList) :
util_print_QA_line(fp, statList, key, value,
statList['detailedReport']['lists']['system_changed'][key], 'system_changed')
- print('Thanks you all for making Libreoffice rock!', file=fp)
+ print('Thank you all for making Libreoffice rock!', file=fp)
print(file=fp)
print('Generated on {} based on stats from {}. Note: Metabugs are ignored.'.format(
datetime.datetime.now().strftime("%Y-%m-%d"), statList['addDate']), file=fp)
More information about the Libreoffice-commits
mailing list