mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 14:07:25 +00:00
small changes in documentation
This commit is contained in:
parent
16865b2c57
commit
97e87fcae2
11 changed files with 140 additions and 128 deletions
|
|
@ -11,7 +11,7 @@ Function to expand the dataset with a description.
|
|||
|
||||
import logging # Global logger
|
||||
|
||||
import csv
|
||||
import csv # for loading the description files
|
||||
|
||||
from includes import globals # Global variables
|
||||
|
||||
|
|
@ -99,4 +99,6 @@ def getDescription(typ, id):
|
|||
# will be thrown when there is no description for the id
|
||||
# -> nothing to do...
|
||||
pass
|
||||
except:
|
||||
logging.debug("Error during look up description lists")
|
||||
return resultStr
|
||||
Loading…
Add table
Add a link
Reference in a new issue