Handle when the lookup-plugin is used in jinja-style
This fixes #14190.
This commit is contained in:
parent
901beeec55
commit
6c559e904a
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class LookupModule(LookupBase):
|
|||
else:
|
||||
total_search.append(term)
|
||||
else:
|
||||
total_search = terms
|
||||
total_search = self._flatten(terms)
|
||||
|
||||
roledir = variables.get('roledir')
|
||||
for fn in total_search:
|
||||
|
|
Loading…
Reference in a new issue