mirror of
https://github.com/markqvist/rnsh.git
synced 2024-10-01 01:15:37 -04:00
Fixed missing format string declarator
This commit is contained in:
parent
cde20121ea
commit
4da540f189
@ -134,7 +134,7 @@ def tty_read_poll(fd: int) -> bytes:
|
||||
except EOFError:
|
||||
raise
|
||||
except Exception as ex:
|
||||
module_logger.error("tty_read error: {ex}")
|
||||
module_logger.error(f"tty_read error: {ex}")
|
||||
return result
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user