Fixup indenting for linting

This commit is contained in:
Francois Herbert
2020-05-27 08:04:25 +12:00
parent b939637266
commit e2d3407f66

View File

@@ -428,8 +428,9 @@ register(
field_class=fields.BooleanField, field_class=fields.BooleanField,
default=False, default=False,
label=_('Follow symlinks'), label=_('Follow symlinks'),
help_text=_('Follow symbolic links when scanning for playbooks. Be aware that setting this to True ' help_text=_(
'can lead to infinite recursion if a link points to a parent directory of itself.' '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=_('Jobs'),
category_slug='jobs', category_slug='jobs',