mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
python: correct a copy-paste error
* python/libvirt-override-virStream.py: fix a copy-paste error in sendAll(). Signed-off-by: Alex Jia <ajia@redhat.com>
This commit is contained in:
parent
7b0a740542
commit
a89bb7d75a
@ -86,7 +86,7 @@
|
|||||||
|
|
||||||
ret = self.send(got)
|
ret = self.send(got)
|
||||||
if ret == -2:
|
if ret == -2:
|
||||||
raise libvirtError("cannot use recvAll with "
|
raise libvirtError("cannot use sendAll with "
|
||||||
"nonblocking stream")
|
"nonblocking stream")
|
||||||
|
|
||||||
def recv(self, nbytes):
|
def recv(self, nbytes):
|
||||||
|
Loading…
Reference in New Issue
Block a user