
On 11/01/2018 10:55 AM, Philipp Hahn wrote:
ERROR_EVENTS translates the numeric 'action' argument to a description, not the 'reason' argument which already contains a descriptive string like 'enospc'.
Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/libvirt.py", line 4661, in _dispatchDomainEventIOErrorReasonCallback reason, opaque) File "libvirt-python/examples/event-test.py", line 536, in myDomainEventIOErrorReasonCallback dom.name(), dom.ID(), srcpath, devalias, action, ERROR_EVENTS[reason])) File "libvirt-python/examples/event-test.py", line 474, in __getitem__ data = self.args[item] TypeError: tuple indices must be integers, not str
Fixes: f5928c6711654f1496707ca77f626b3192843d57 Signed-off-by: Philipp Hahn <hahn@univention.de> --- examples/event-test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
ACKed and pushed. Michal