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

fix typo in get_queues() when vhost is specified #1

Closed cce closed 12 years ago

cce commented 12 years ago

hey, nice RabbitMQ management API library! while grabbing some queues by vhost I noticed a typo in get_queues().

bkjones commented 12 years ago

Thanks - good catch. I'll add a test for it later.