aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/python
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2020-08-11 10:53:51 +0200
committerGitHub <noreply@github.com>2020-08-11 10:53:51 +0200
commit388c84882dcf133afbb46f138679201a2e38d58e (patch)
tree170a5c97b0cfcb31918c60bc22c6b35fdb6b7361 /config-model/src/main/python
parent73cd8b1e4b53d97872c7916783136e16ead93cea (diff)
dummy
Diffstat (limited to 'config-model/src/main/python')
-rw-r--r--config-model/src/main/python/ES_Vespa_parser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-model/src/main/python/ES_Vespa_parser.py b/config-model/src/main/python/ES_Vespa_parser.py
index 14feffefa3e..c695aae9fcb 100644
--- a/config-model/src/main/python/ES_Vespa_parser.py
+++ b/config-model/src/main/python/ES_Vespa_parser.py
@@ -225,6 +225,5 @@ class ElasticSearchParser:
if item == "no": # Field should not be searchable
self.no_index.append(parent)
-
if __name__ == '__main__':
ElasticSearchParser().main()