mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Fixup indenting for linting
This commit is contained in:
parent
b939637266
commit
e2d3407f66
@ -428,8 +428,9 @@ register(
|
||||
field_class=fields.BooleanField,
|
||||
default=False,
|
||||
label=_('Follow symlinks'),
|
||||
help_text=_('Follow symbolic links when scanning for playbooks. Be aware that setting this to True '
|
||||
'can lead to infinite recursion if a link points to a parent directory of itself.'
|
||||
help_text=_(
|
||||
'Follow symbolic links when scanning for playbooks. Be aware that setting this to True can lead '
|
||||
'to infinite recursion if a link points to a parent directory of itself.'
|
||||
),
|
||||
category=_('Jobs'),
|
||||
category_slug='jobs',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user