mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-30 19:44:48 +00:00
Clean up E123 errors
This commit is contained in:
parent
6828537c4b
commit
6b56af27ff
2 changed files with 4 additions and 4 deletions
|
|
@ -27,8 +27,9 @@ class Command(BaseCommand):
|
|||
action='store_true',
|
||||
dest='dryrun',
|
||||
default=False,
|
||||
help='Dry run -- don\'t change anything.'),
|
||||
)
|
||||
help='Dry run -- don\'t change anything.'
|
||||
),
|
||||
)
|
||||
|
||||
def handle(self, *args, **options):
|
||||
dryrun = False
|
||||
|
|
|
|||
|
|
@ -19,8 +19,7 @@ def search(
|
|||
show_unpublished=False,
|
||||
search_title_only=False,
|
||||
extra_filters={},
|
||||
path=None,
|
||||
):
|
||||
path=None):
|
||||
|
||||
# Get default templates
|
||||
if template is None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue