From e2d3407f6605ee24ab6029a6d7ffa1ebda0bccfb Mon Sep 17 00:00:00 2001 From: Francois Herbert Date: Wed, 27 May 2020 08:04:25 +1200 Subject: [PATCH] Fixup indenting for linting --- awx/main/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/awx/main/conf.py b/awx/main/conf.py index 51cc62af77..dcc40c0528 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -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',