mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix PEP 8 issue.
This commit is contained in:
parent
1d2349872a
commit
4e0f82e0e9
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ class DataLoader():
|
|||
basedir = unfrackpath(path)
|
||||
|
||||
#FIXME: this role detection will not work with alternate/missing main.yml
|
||||
# is it a role and if so make sure you get correct base path
|
||||
# is it a role and if so make sure you get correct base path
|
||||
if path.endswith('tasks') and os.path.exists(to_bytes(os.path.join(path,'main.yml'), errors='surrogate_or_strict')) \
|
||||
or os.path.exists(to_bytes(os.path.join(path,'tasks/main.yml'), errors='surrogate_or_strict')):
|
||||
is_role = True
|
||||
|
|
Loading…
Reference in a new issue