Re: [libvirt] [PATCH python] virStream.sendAll() fix raising an undeclared var

2014-01-11 Thread Eric Blake
On 01/10/2014 08:18 PM, Doug Goldstein wrote: The exception is raised from the variable 'e', which was undeclared in this context. Used code that is compatible with old and new Python versions. --- libvirt-override-virStream.py | 1 + 1 file changed, 1 insertion(+) ACK. diff --git

[libvirt] [PATCH python] virStream.sendAll() fix raising an undeclared var

2014-01-10 Thread Doug Goldstein
The exception is raised from the variable 'e', which was undeclared in this context. Used code that is compatible with old and new Python versions. --- libvirt-override-virStream.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libvirt-override-virStream.py b/libvirt-override-virStream.py