small changes in documentation

This commit is contained in:
JHCD 2015-06-14 20:21:21 +02:00
parent 16865b2c57
commit 97e87fcae2
11 changed files with 140 additions and 128 deletions

View file

@ -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