Skip to content

Commit dc9662d

Browse files
YASWANTH PUPPALAYASWANTH PUPPALA
YASWANTH PUPPALA
authored and
YASWANTH PUPPALA
committed
Resolved the issue #2358
1 parent d80165d commit dc9662d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: kubernetes/base/watch/watch.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ def iter_resp_lines(resp):
7676
line = buffer[:next_newline].decode(
7777
"utf-8", errors="replace")
7878
buffer = buffer[next_newline+1:]
79-
if line:
80-
yield line
79+
yield line
8180
next_newline = buffer.find(b'\n')
8281

8382

0 commit comments

Comments
 (0)