提交 a89bb7d7 编写于 作者: A Alex Jia 提交者: Michal Privoznik

python: correct a copy-paste error

* python/libvirt-override-virStream.py: fix a copy-paste error in sendAll().
Signed-off-by: NAlex Jia <ajia@redhat.com>
上级 7b0a7405
......@@ -86,7 +86,7 @@
ret = self.send(got)
if ret == -2:
raise libvirtError("cannot use recvAll with "
raise libvirtError("cannot use sendAll with "
"nonblocking stream")
def recv(self, nbytes):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册