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

Minor fix.

parent 2dbad5fb
Branches
Tags
1 merge request!36Migration, merge 0.4.3 with parsers
......@@ -130,6 +130,7 @@ if __name__ == '__main__':
from elasticsearch.helpers import bulk
import sys
print('Generate index with random example calculation data. First arg is number of items')
infrastructure.setup_logging()
infrastructure.setup_elastic()
n = 100
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