From c9ffd6ae0dbe502c58e3b1325517ac4aaefddc35 Mon Sep 17 00:00:00 2001 From: PeterLaemmle Date: Wed, 24 May 2017 19:39:22 +0200 Subject: [PATCH] Update regexFilter.py Correcting the following issue (https://github.com/Schrolli91/BOSWatch/issues/217): -Using global for 'filterList' but no assignment is done --- includes/regexFilter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/regexFilter.py b/includes/regexFilter.py index 20838c8..b89c5f1 100644 --- a/includes/regexFilter.py +++ b/includes/regexFilter.py @@ -28,7 +28,6 @@ def loadFilters(): @return: nothing """ - global filterList try: logging.debug("loading filters") # For each entry in config.ini [Filters] section