From c187407932b1ab658bb83d549f67e420002a8547 Mon Sep 17 00:00:00 2001 From: Dustin Broderick Date: Wed, 29 Nov 2017 09:27:11 -0700 Subject: [PATCH] Fixed whitepace linting issues --- watson/management/commands/buildwatson.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/watson/management/commands/buildwatson.py b/watson/management/commands/buildwatson.py index 7fc1eb0..ff08946 100644 --- a/watson/management/commands/buildwatson.py +++ b/watson/management/commands/buildwatson.py @@ -81,14 +81,14 @@ class Command(BaseCommand): help='Search engine models are registered with' ) parser.add_argument( - '--slim', - action='store_true', - default=False, + '--slim', + action='store_true', + default=False, help="Only include objects which satisfy the filter specified during \ model registration. WARNING: buildwatson must be rerun if the filter \ changes or the index will be incomplete." ) - + @transaction.atomic() def handle(self, *args, **options): """Runs the management command."""