Thanks @gaoliming for the reviewed-by, I've updated the RB info into PR and add push label. https://github.com/tianocore/edk2/pull/5579
Thanks, Gua -----Original Message----- From: gaoliming <[email protected]> Sent: Tuesday, April 23, 2024 10:42 PM To: [email protected]; Guo, Gua <[email protected]> Cc: 'Rebecca Cran' <[email protected]>; Feng, Bob C <[email protected]>; Chen, Christine <[email protected]> Subject: 回复: [edk2-devel] [PATCH v1 1/1] BaseTools/Fmmt.py: Python 3.12 support Reviewed-by: Liming Gao <[email protected]> > -----邮件原件----- > 发件人: [email protected] <[email protected]> 代表 Guo, Gua > 发送时间: 2024年4月22日 9:50 > 收件人: [email protected] > 抄送: [email protected]; Rebecca Cran <[email protected]>; Liming Gao > <[email protected]>; Bob Feng <[email protected]>; Yuwei > Chen <[email protected]> > 主题: [edk2-devel] [PATCH v1 1/1] BaseTools/Fmmt.py: Python 3.12 support > > From: Gua Guo <[email protected]> > > Ref to https://docs.python.org/3/whatsnew/3.12.html > A backslash-character pair that is not a valid escape sequence now > generates > > Cc: Rebecca Cran <[email protected]> > Cc: Liming Gao <[email protected]> > Cc: Bob Feng <[email protected]> > Cc: Yuwei Chen <[email protected]> > Signed-off-by: Gua Guo <[email protected]> > --- > BaseTools/Source/Python/FMMT/FMMT.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/BaseTools/Source/Python/FMMT/FMMT.py > b/BaseTools/Source/Python/FMMT/FMMT.py > index 26fc4c5792..7505b6c88a 100644 > --- a/BaseTools/Source/Python/FMMT/FMMT.py > +++ b/BaseTools/Source/Python/FMMT/FMMT.py > @@ -37,7 +37,7 @@ parser.add_argument("-l", "--LayoutFileName", > dest="LayoutFileName", nargs='+', > the file will be generated with default name > (Layout_'InputFileName'.txt). \ > > Currently supports two formats: json, txt. > More formats will be added in the future") > > parser.add_argument("-c", "--ConfigFilePath", dest="ConfigFilePath", > nargs='+', > > - help="Provide the target FmmtConf.ini file path: '-c > C:\Code\FmmtConf.ini' \ > > + help="Provide the target FmmtConf.ini file path: > + '-c > C:\\Code\\FmmtConf.ini' \ > > FmmtConf file saves the target guidtool used > in compress/uncompress process.\ > > If do not provide, FMMT tool will search the > inputfile folder for FmmtConf.ini firstly, if not found,\ > > the FmmtConf.ini saved in FMMT tool's folder > will be used as default.") > > -- > 2.39.2.windows.1 > > > > -=-=-=-=-=-= > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#118064): > https://edk2.groups.io/g/devel/message/118064 > Mute This Topic: https://groups.io/mt/105662555/4905953 > Group Owner: [email protected] > Unsubscribe: https://edk2.groups.io/g/devel/unsub > [[email protected]] > -=-=-=-=-=-= > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118178): https://edk2.groups.io/g/devel/message/118178 Mute This Topic: https://groups.io/mt/105702867/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
