qa/bugzillaAutomation.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 71b8e958e2ed26596440320936f63594697ff7db Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Mon May 13 19:56:16 2019 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Mon May 13 19:56:41 2019 +0200 QA: remove duplicate variable diff --git a/qa/bugzillaAutomation.py b/qa/bugzillaAutomation.py index 669b2ca..aae68c4 100755 --- a/qa/bugzillaAutomation.py +++ b/qa/bugzillaAutomation.py @@ -22,9 +22,6 @@ needInfoFollowUpPingPeriodDays = 30 needsCommentPeriodDays = 14 -#Path to addObsolete.txt -addObsoleteDir = '/home/xisco/dev-tools/qa' - def util_create_statList(): return { 'tags': @@ -217,7 +214,7 @@ def automated_tagging(statList): print('== Obsolete comments ==') lAddObsolete = [] - filename = addObsoleteDir + "addObsolete.txt" + filename = common.configDir + "addObsolete.txt" if os.path.exists(filename): f = open(filename, 'r') lAddObsolete = f.read().splitlines() _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits