mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
PEP 8 E111 & E114 cleanup. (#20838)
This commit is contained in:
@@ -178,7 +178,7 @@ class LookupModule(LookupBase):
|
||||
except (AnsibleUndefinedVariable, UndefinedError):
|
||||
continue
|
||||
|
||||
# get subdir if set by task executor, default to files otherwise
|
||||
# get subdir if set by task executor, default to files otherwise
|
||||
subdir = getattr(self, '_subdir', 'files')
|
||||
path = None
|
||||
path = self.find_file_in_search_path(variables, subdir, fn, ignore_missing=True)
|
||||
|
||||
Reference in New Issue
Block a user