From d97f964f7ce063f9861f4d21cc6352f6861f95a8 Mon Sep 17 00:00:00 2001 From: Gua Guo Date: Mon, 22 Apr 2024 09:46:51 +0800 Subject: BaseTools/Fmmt.py: Python 3.12 support 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 Cc: Liming Gao Cc: Bob Feng Cc: Yuwei Chen Signed-off-by: Gua Guo Reviewed-by: Liming Gao --- BaseTools/Source/Python/FMMT/FMMT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BaseTools/Source') 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.") -- cgit v1.2.3