mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 14:07:25 +00:00
some changes in exception-handling
This commit is contained in:
parent
09b9cc5f7d
commit
9b6e5c8da3
2 changed files with 43 additions and 25 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue