Update rpsystem.py
This commit is contained in:
parent
f1b329c1be
commit
08257e5441
1 changed files with 1 additions and 1 deletions
|
|
@ -691,7 +691,7 @@ class SdescHandler:
|
||||||
"""
|
"""
|
||||||
Cache data from storage
|
Cache data from storage
|
||||||
"""
|
"""
|
||||||
self.sdesc = self.obj.attributes.get("_sdesc", default=obj.key)
|
self.sdesc = self.obj.attributes.get("_sdesc", default=self.obj.key)
|
||||||
sdesc_regex = self.obj.attributes.get("_sdesc_regex", default="")
|
sdesc_regex = self.obj.attributes.get("_sdesc_regex", default="")
|
||||||
if not sdesc_regex:
|
if not sdesc_regex:
|
||||||
permutation_string = " ".join([self.key] + self.aliases.all())
|
permutation_string = " ".join([self.key] + self.aliases.all())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue