aparo / pyes

Python connector for ElasticSearch - the pythonic way to use ElasticSearch
BSD 3-Clause "New" or "Revised" License
607 stars 270 forks source link

fix annoying warning about bulk operations not being flushed #495

Closed Fiedzia closed 8 years ago

Fiedzia commented 9 years ago

on python3, this always logs error message:

import pyes es = pyes.ES()

quit python shell