some changes in exception-handling

This commit is contained in:
JHCD 2015-06-29 23:32:55 +02:00
parent 09b9cc5f7d
commit 9b6e5c8da3
2 changed files with 43 additions and 25 deletions

View file

@ -106,6 +106,7 @@ def getDescription(typ, id):
pass
except:
logging.error("Error during look up description lists")
logging.debug("Error during look up description lists", exc_info=True)
pass