Lars Gremme
502f4036fb
Change distance
2020-04-22 21:44:03 +02:00
Lars Gremme
6912c59785
Add paramter to change between main-ric and sub-ric
2020-04-22 20:24:54 +02:00
Florian
dc00fbc7a0
Update descriptionList.py
...
Simplifying RegEx because of set IGNORECASE
2019-10-17 12:08:47 +02:00
Florian
c631692bac
Refactoring RegEx
...
Changing RegEx to check entry; FMS containing chars inbetween had not been loaded, so the RegEx (l. 46) has been changed to correct it.
Also: removing semicolon in l 105
2019-10-17 11:01:53 +02:00
PeterLaemmle
c3398ccd3f
Update descriptionList.py
...
Correcting the following issues (https://github.com/Schrolli91/BOSWatch/issues/217 ):
-Using global for 'fmsDescribtionList' but no assignment is done
-Using global for 'zveiDescribtionList' but no assignment is done
-Using global for 'ricDescribtionList' but no assignment is done
2017-05-24 19:35:02 +02:00
Jan Bollacke
aeedcd4c8c
DescriptionList: Simplify conversion of keys to lowercase
...
This reverts commit 418411e09c .
2017-05-01 09:24:06 +02:00
Florian
418411e09c
Converting everything to lowercase
...
Ignore upper- or lowercase from csv-file - as the code translates to lowercase in poc.csv all entries will be switched to lowercase.
2017-04-28 23:49:44 +02:00
Florian
4e23d9856e
Fixing regex
...
Searching in wrong field leads to error - fixing it
2017-04-28 23:02:50 +02:00
Jan Bollacke
a4c218887b
DescriptionList: fix lookup for ric and subric
2017-04-28 07:45:23 +02:00
Jan Bollacke
5ccd6d8cc0
DescriptionList: support functionchar while loading ids/rics
2017-04-28 07:44:12 +02:00
Jan Bollacke
de451ffc6f
DescriptionList: check if a description exists for ric w/o the subric
2017-04-27 14:39:28 +02:00
Bastian Schroll
e3b3377f9e
resolve some Code Style Problems
2016-11-20 13:05:24 +01:00
Bastian Schroll
7bf7f3c47b
remove some unnecessary pass statements
2016-10-03 16:45:12 +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
JHCD
02efb9552a
reduce entries in globals.py
...
only entries for use in more than one .py-file have to stay here...
2015-07-31 19:50:27 +02:00
JHCD
28936d68ec
change string converting for NMA and firE plugins #73
2015-07-30 22:18:31 +02:00
JHCD
f3db4635c7
convert csv-files to UTF-8 #63
2015-07-14 16:49:14 +02:00
JHCD
e829778db2
add convert csv-field "description" to utf-8
...
to make sure, that only utf-8 chars are in process
2015-07-13 19:43:47 +02:00
Schrolli
c19a89859b
change encoding
...
- change code encoding from cp1252 to UTF-8 (Issue #60 )
2015-07-13 10:19:45 +02:00
Schrolli
48c4d1e354
remove trailing whitespace
2015-07-02 09:02:49 +02:00
JHCD
9b6e5c8da3
some changes in exception-handling
2015-06-29 23:32:55 +02:00
JHCD
f6e25d77b4
only dos2linux on files
2015-06-25 21:19:41 +02:00
JHCD
3280c68737
change exception-handling
...
- only error-msg instead of logging.exception
- second logging.debug with exec-trace
2015-06-23 22:50:33 +02:00
JHCD
97e87fcae2
small changes in documentation
2015-06-14 20:21:21 +02:00
JHCD
f1f6503198
new functionality: lookUp description in a given csv-file for FMS, ZVEI and POC
...
you have the possibility to set a discription for every FMS, ZWEI oder RIC address
descriptions will be imported via csv-files
if enabled BOSWatch will look up the description and could be used in the plugins
eMail-plugin extended wildcards to use describtion %DESC%
2015-06-05 21:49:51 +02:00