papi: fix socket sendall calls 24/26224/2
authorVratko Polak <[email protected]>
Mon, 14 Oct 2019 11:06:18 +0000 (13:06 +0200)
committerAndrew Yourtchenko <[email protected]>
Sun, 29 Mar 2020 21:59:10 +0000 (21:59 +0000)
commit118c4461b3ede5dbc9d118befaf09b5dd2f3204d
tree07f1f75a529f0ba80583b47137fb66c6fee5d132
parentb70fd4a545cf8e3bb1c3ddbac3fff6a112a8cbbd
papi: fix socket sendall calls

No point in checking the return value,
as .sendall() raises on error
(and the previous check was missing "not").

Type: fix

Change-Id: I9e07709ddd7093f91ffef87808abbab264b8aa5a
Signed-off-by: Vratko Polak <[email protected]>
(cherry picked from commit 8921dc675458b238fc03c5aed53d3462bcdbdb3c)
src/vpp-api/python/vpp_papi/vpp_transport_socket.py