solrpy icon indicating copy to clipboard operation
solrpy copied to clipboard

1.0.0 has been released with a print ?

Open martinkirch-regmind opened this issue 4 years ago • 1 comments

Hello, We've been indexing with Solr.add_many successfully for a few years, but after an update to 1.0.0 we noticed our logs contained a copy of all documents.

It seems that the 1.0.0 package published on PyPi contains a print(''.join(lst)) ; that's really suprising as it's not in the repository (https://github.com/search5/solrpy/blob/master/solr/core.py#L518)

Can someone double-check ? If it is really there, please re-package a 1.0.1 release.

martinkirch-regmind avatar Nov 13 '20 14:11 martinkirch-regmind

same issue here, any solution or workaround?

LogicEnthusiast avatar Apr 05 '21 03:04 LogicEnthusiast