Use f-strings in python scripts
authorMarco Liebel <quic_mliebel@quicinc.com>
Mon, 20 Mar 2023 09:25:32 +0000 (02:25 -0700)
committerTaylor Simpson <tsimpson@quicinc.com>
Fri, 21 Apr 2023 16:32:51 +0000 (09:32 -0700)
commitcd6c4edff69ce6ba0aa8e6ed702f43a042a456bc
tree82c755c9cabccd87f50aaca25c8dddde40d9bf08
parentbee1fc56c2fae6fb96cc54b24a3a7ed7767a2f4a
Use f-strings in python scripts

Replace python 2 format string with f-strings

Signed-off-by: Marco Liebel <quic_mliebel@quicinc.com>
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Tested-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <20230320092533.2859433-2-quic_mliebel@quicinc.com>
12 files changed:
target/hexagon/gen_analyze_funcs.py
target/hexagon/gen_helper_funcs.py
target/hexagon/gen_helper_protos.py
target/hexagon/gen_idef_parser_funcs.py
target/hexagon/gen_op_attribs.py
target/hexagon/gen_op_regs.py
target/hexagon/gen_opcodes_def.py
target/hexagon/gen_printinsn.py
target/hexagon/gen_shortcode.py
target/hexagon/gen_tcg_func_table.py
target/hexagon/gen_tcg_funcs.py
target/hexagon/hex_common.py