bkjones / pyrabbit

A Python module to communicate w/ the RabbitMQ HTTP Management API
http://pyrabbit.readthedocs.org
BSD 3-Clause "New" or "Revised" License
97 stars 86 forks source link

Remove print statement that fails when stdout is closed. #24

Closed kormoc closed 8 years ago

kormoc commented 10 years ago

When using the http api in a daemon, we get a I/O operation on closed fileexception.

This removes it.

This will also fix https://github.com/BrightcoveOS/Diamond/issues/723

sercanaktas commented 10 years ago

This will really help us

jshuping commented 10 years ago

Yes, please merge this, this is breaking our nagios monitoring, since nagios expects the status output on the 1st line, not the rabbit URL :) Downgraded to 1.0.1 for now.

jonapich commented 9 years ago

Any chance we can see this little tweak soon!?

bkjones commented 8 years ago

This is addressed in https://github.com/bkjones/pyrabbit/pull/41 which I just merged. Thanks!