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

New commits:
commit 0b03e41e0dd62e23c5c302b98f92845df08c2e85
Author: Xisco Fauli <aniste...@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):
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to