Re: [PATCH v2] Use f-strings in python scripts

2023-03-15 Thread Philippe Mathieu-Daudé
On 15/3/23 08:46, Philippe Mathieu-Daudé wrote: On 14/3/23 22:24, Marco Liebel wrote: Replace python 2 format string with f-strings Signed-off-by: Marco Liebel ---   target/hexagon/gen_analyze_funcs.py | 115 -   target/hexagon/gen_helper_funcs.py  |  54 ++--   target/hexagon/ge

Re: [PATCH v2] Use f-strings in python scripts

2023-03-15 Thread Philippe Mathieu-Daudé
On 14/3/23 22:24, Marco Liebel wrote: Replace python 2 format string with f-strings Signed-off-by: Marco Liebel --- target/hexagon/gen_analyze_funcs.py | 115 - target/hexagon/gen_helper_funcs.py | 54 ++-- target/hexagon/gen_helper_protos.py | 10 +- target/hexagon/

[PATCH v2] Use f-strings in python scripts

2023-03-14 Thread Marco Liebel
Replace python 2 format string with f-strings Signed-off-by: Marco Liebel --- target/hexagon/gen_analyze_funcs.py | 115 - target/hexagon/gen_helper_funcs.py | 54 ++-- target/hexagon/gen_helper_protos.py | 10 +- target/hexagon/gen_idef_parser_funcs.py | 8 +- target/he