[Libre-soc-bugs] [Bug 1195] removing some f-strings and misleading log messages

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sat Oct 21 00:38:16 BST 2023


https://bugs.libre-soc.org/show_bug.cgi?id=1195

--- Comment #5 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
 385         assert block is not None, \
 386             f"can't read from address 0x{start_addr:X} size 0x{size:X}"
 387         return (ctypes.c_ubyte * size).from_buffer(block, block_addr)
 388

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list