turbaszek commented on a change in pull request #50:
URL: https://github.com/apache/kibble/pull/50#discussion_r502932207
##########
File path: setup/setup.py
##########
@@ -160,19 +110,27 @@ def createIndex():
}],
max_retries=5,
retry_on_timeout=True
- )
+ )
+
+ es_version =es.info()['version']['number']
Review comment:
I can fix it in #48 as this is not part of this PR or we may wait till
we introduce CI and black so everything will be formatted out of the box
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]