Correct the type signature for callback
This commit is contained in:
parent
23d7494e3a
commit
71189aee9f
@ -429,7 +429,7 @@ class Child:
|
|||||||
return environ_of_process(pid)
|
return environ_of_process(pid)
|
||||||
return {}
|
return {}
|
||||||
|
|
||||||
def send_signal_for_key(self, key_num: int) -> bool:
|
def send_signal_for_key(self, key_num: bytes) -> bool:
|
||||||
import signal
|
import signal
|
||||||
import termios
|
import termios
|
||||||
if self.child_fd is None:
|
if self.child_fd is None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user