mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Fix removal of FD from select() set
This commit is contained in:
@@ -135,7 +135,7 @@ def record(
|
|||||||
|
|
||||||
if not data:
|
if not data:
|
||||||
if tty_stdin_fd in crfds:
|
if tty_stdin_fd in crfds:
|
||||||
fds.remove(tty_stdin_fd)
|
crfds.remove(tty_stdin_fd)
|
||||||
else:
|
else:
|
||||||
handle_stdin_read(data)
|
handle_stdin_read(data)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user