This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new a97f3b6  [fix] Typo on config comments for SILENCE_FAB (#6901)
a97f3b6 is described below

commit a97f3b639e635c41894cdb04f6de891b38e131a9
Author: Daniel Vaz Gaspar <[email protected]>
AuthorDate: Sun Feb 17 22:03:04 2019 +0000

    [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 8011128..e5bfd77 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -459,7 +459,7 @@ SMTP_MAIL_FROM = '[email protected]'
 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

Reply via email to