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