소스 검색

HUE-6192 [editor] Fix a typo in the default interpreter list

Enrico Berti 8 년 전
부모
커밋
cc9b573
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/libs/notebook/src/notebook/conf.py

+ 1 - 1
desktop/libs/notebook/src/notebook/conf.py

@@ -183,7 +183,7 @@ def _default_interpreters(user):
       }),
     ))
 
-  if 'serch' in apps: # And Solr 6+
+  if 'search' in apps: # And Solr 6+
     interpreters.append(('solr', {
         'name': 'Solr SQL', 'interface': 'solr', 'options': {}
     }),)