Explorar el Código

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

Romain Rigaux hace 7 años
padre
commit
62424ef
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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()