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

Xisco Fauli anistenis at gmail.com
Tue Nov 22 11:49:32 UTC 2016


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

New commits:
commit 0b03e41e0dd62e23c5c302b98f92845df08c2e85
Author: Xisco Fauli <anistenis at gmail.com>
Date:   Tue Nov 22 12:39:27 2016 +0100

    Make path relative

diff --git a/esc-reporting/qa-tools.py b/esc-reporting/qa-tools.py
index b820ee4..1217def 100755
--- a/esc-reporting/qa-tools.py
+++ b/esc-reporting/qa-tools.py
@@ -148,7 +148,7 @@ def util_check_bugzilla_mail(statList, mail, name, date=None):
             statList['people'][mail]['newest'] = date
 
 def get_bugzilla(cfg):
-    fileName = '/home/xisco/stats/dump/bugzilla_dump.json'
+    fileName = homeDir + 'dump/bugzilla_dump.json'
     return util_load_file(fileName)
 
 def isOpen(status):


More information about the Libreoffice-commits mailing list