Correct the type signature for callback
This commit is contained in:
parent
23d7494e3a
commit
71189aee9f
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ def foreground_environ(self) -> Dict[str, str]:
|
|||
return environ_of_process(pid)
|
||||
return {}
|
||||
|
||||
def send_signal_for_key(self, key_num: int) -> bool:
|
||||
def send_signal_for_key(self, key_num: bytes) -> bool:
|
||||
import signal
|
||||
import termios
|
||||
if self.child_fd is None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue