mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 14:07:25 +00:00
DescriptionList: check if a description exists for ric w/o the subric
This commit is contained in:
parent
4b296f1a39
commit
de451ffc6f
1 changed files with 2 additions and 0 deletions
|
|
@ -113,6 +113,8 @@ def getDescription(typ, data):
|
|||
elif typ == "POC":
|
||||
global ricDescribtionList
|
||||
resultStr = ricDescribtionList[data]
|
||||
if not resultStr:
|
||||
resultStr = ricDescribtionList[data[:-1]]
|
||||
else:
|
||||
logging.warning("Invalid Typ: %s", typ)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue