Skip to content
Snippets Groups Projects
Commit 0384e298 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Minor fix.

parent 2dbad5fb
No related branches found
No related tags found
1 merge request!36Migration, merge 0.4.3 with parsers
...@@ -130,6 +130,7 @@ if __name__ == '__main__': ...@@ -130,6 +130,7 @@ if __name__ == '__main__':
from elasticsearch.helpers import bulk from elasticsearch.helpers import bulk
import sys import sys
print('Generate index with random example calculation data. First arg is number of items') print('Generate index with random example calculation data. First arg is number of items')
infrastructure.setup_logging()
infrastructure.setup_elastic() infrastructure.setup_elastic()
n = 100 n = 100
if len(sys.argv) > 1: if len(sys.argv) > 1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment