mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 15:20:16 +01:00
DescriptionList: check if a description exists for ric w/o the subric
This commit is contained in:
parent
4b296f1a39
commit
de451ffc6f
|
|
@ -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…
Reference in a new issue