From a97f3b639e635c41894cdb04f6de891b38e131a9 Mon Sep 17 00:00:00 2001 From: Daniel Vaz Gaspar Date: Sun, 17 Feb 2019 22:03:04 +0000 Subject: [PATCH] [fix] Typo on config comments for SILENCE_FAB (#6901) --- superset/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/config.py b/superset/config.py index 8011128b2..e5bfd77d9 100644 --- a/superset/config.py +++ b/superset/config.py @@ -459,7 +459,7 @@ SMTP_MAIL_FROM = 'superset@superset.com' if not CACHE_DEFAULT_TIMEOUT: CACHE_DEFAULT_TIMEOUT = CACHE_CONFIG.get('CACHE_DEFAULT_TIMEOUT') -# Whether to bump the logging level to ERRROR on the flask_appbiulder package +# Whether to bump the logging level to ERROR on the flask_appbuilder package # Set to False if/when debugging FAB related issues like # permission management SILENCE_FAB = True