From 7d964874e8c9546c557280d6ad2cfbe3713f9382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Wed, 21 Aug 2019 16:35:41 +0300 Subject: [PATCH] Cleanup spaces around '=' --- core/admin/mailu/manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/admin/mailu/manage.py b/core/admin/mailu/manage.py index c22f9264..eeda30f3 100644 --- a/core/admin/mailu/manage.py +++ b/core/admin/mailu/manage.py @@ -44,7 +44,7 @@ def advertise(): @click.argument('password') @click.option('-m', '--mode') @flask_cli.with_appcontext -def admin(localpart, domain_name, password, mode = 'create'): +def admin(localpart, domain_name, password, mode='create'): """ Create an admin user 'mode' can be: - 'create' (default) Will try to create user and will raise an exception if present