浏览代码

HUE-8639 [metadata] Include the docstring into the configuration

Romain Rigaux 7 年之前
父节点
当前提交
62424ef
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      desktop/libs/metadata/src/metadata/conf.py

+ 2 - 1
desktop/libs/metadata/src/metadata/conf.py

@@ -70,8 +70,9 @@ def has_navigator(user):
 
 
 def get_security_default():
+  '''Get if Sentry is available so that we filter the objects or not'''
   from libsentry.conf import is_enabled
-  
+
   return is_enabled()