Skip to content

Commit 2081b1f

Browse files
committed
Fix typo in queue reader
1 parent 73b6ab7 commit 2081b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ while read_stdout or read_stderr:
296296
pass
297297
else:
298298
if stderr_line is None:
299-
read_sterr = False
299+
read_stderr = False
300300
else:
301301
print('STDERR:', stderr_line)
302302

0 commit comments

Comments
 (0)