ae7f7c2c64
The `rabbitmqctl list_users` command will list the user's last login time which does not include `\t` character. This is causing a ValueError exception when attempting to split a user and its tags from the command output. This fix will check for a `\t` in the current line of the output before splitting. |
||
---|---|---|
.. | ||
__init__.py | ||
rabbitmq_binding.py | ||
rabbitmq_exchange.py | ||
rabbitmq_parameter.py | ||
rabbitmq_plugin.py | ||
rabbitmq_policy.py | ||
rabbitmq_queue.py | ||
rabbitmq_user.py | ||
rabbitmq_vhost.py |