Bastian Schroll
|
42e7de7d4c
|
Merge pull request #286 from PeterLaemmle/develop
Improve code style
|
2017-08-06 15:18:44 +02:00 |
|
PeterLaemmle
|
c9ffd6ae0d
|
Update regexFilter.py
Correcting the following issue (https://github.com/Schrolli91/BOSWatch/issues/217):
-Using global for 'filterList' but no assignment is done
|
2017-05-24 19:39:22 +02:00 |
|
Rumbel84
|
3b9da8eb0e
|
Update regexFilter.py
Wenn ein Filter nicht Matched (Regex) kommt False
Wenn es gar keinen Filter gibt, kommt ein falsches True. Muss auch False sein.
|
2017-05-23 20:46:01 +02:00 |
|
Bastian Schroll
|
d16b28ce4f
|
buf in regexFilter.py
|
2016-10-03 16:27:34 +02:00 |
|
Bastian Schroll
|
fe86ae2a06
|
edit in regexFilter.py
redefine builtin
|
2016-10-03 12:36:15 +02:00 |
|
Bastian Schroll
|
e938cdcd6d
|
rename globals. call to globalVars.
|
2016-10-03 12:02:18 +02:00 |
|
Bastian Schroll
|
f8fcda94b6
|
rename globals to globalVars
to prevent to redifine an builtin function
|
2016-10-03 11:56:27 +02:00 |
|
Bastian Schroll
|
e8e870849d
|
rename filter to regexFilter
to prevent to redifine an builtin function
|
2016-10-03 11:50:18 +02:00 |
|