From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 8164E740035 for ; Mon, 22 Apr 2024 01:49:44 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=kEwqSfs+R636YSXpoIR0MZH2z0D2DS+Zu8XckqNmdTA=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1713750583; v=1; b=rq1GbbMrJ4QpWNM+xvq4Aq7umkJufTMuY5Ty4Zl33O0avgNNwbD07rOfMMBeLBULwD9O3Wi9 IKWJk6NXq/DOLtHjtj3r6uZCMDRCoVrnro8EZlblapXaocxBLQ71HuZYO68pb76yPjpIcSvjNHa oGgfMfEizyVeBljkarwIdFgDMBD3echwOQo+WkGMLTKG3lyU/7tOVDu/QhJxewUD4c/G4jcXz2N iP0WVyQalJGnN6JiZs3wmyUCxxx7FKJp1S5IdsmBt7VcfJSJjT1Po/5etk+naSVdOV6L3NzZqC0 7Gj34Z0cooxyHDwO8+AxoFhhLQlG2pvW0/BFs+54ebcJQ== X-Received: by 127.0.0.2 with SMTP id EbUlYY7687511x2QPbuGY4M6; Sun, 21 Apr 2024 18:49:43 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.19]) by mx.groups.io with SMTP id smtpd.web11.8928.1713750581249192818 for ; Sun, 21 Apr 2024 18:49:42 -0700 X-CSE-ConnectionGUID: JmfemZ8sT2yBCbynutxfiw== X-CSE-MsgGUID: 4qgVXWa3TwilBogl4AvSaQ== X-IronPort-AV: E=McAfee;i="6600,9927,11051"; a="9152923" X-IronPort-AV: E=Sophos;i="6.07,219,1708416000"; d="scan'208";a="9152923" X-Received: from fmviesa009.fm.intel.com ([10.60.135.149]) by orvoesa111.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2024 18:49:42 -0700 X-CSE-ConnectionGUID: 16xY6w2oTTeFyvHRfgk+JQ== X-CSE-MsgGUID: jUVenEdPQK6BjSpOhQbETQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,219,1708416000"; d="scan'208";a="23887496" X-Received: from gguo-desk.gar.corp.intel.com ([10.225.76.26]) by fmviesa009.fm.intel.com with ESMTP; 21 Apr 2024 18:49:41 -0700 From: "Guo, Gua" To: devel@edk2.groups.io Cc: gua.guo@intel.com, Rebecca Cran , Liming Gao , Bob Feng , Yuwei Chen Subject: [edk2-devel] [PATCH v1 1/1] BaseTools/Fmmt.py: Python 3.12 support Date: Mon, 22 Apr 2024 09:49:35 +0800 Message-Id: <20240422014935.1248-2-gua.guo@intel.com> In-Reply-To: <20240422014935.1248-1-gua.guo@intel.com> References: <20240422014935.1248-1-gua.guo@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Sun, 21 Apr 2024 18:49:42 -0700 Resent-From: gua.guo@intel.com Reply-To: devel@edk2.groups.io,gua.guo@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: LzLUnAJTCq55WCACbOVxUvXWx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=rq1GbbMr; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io From: Gua Guo 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 --- 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=3D"Lay= outFileName", nargs=3D'+', the file will be generated with default name (Layo= ut_'InputFileName'.txt). \=0D Currently supports two formats: json, txt. More fo= rmats will be added in the future")=0D parser.add_argument("-c", "--ConfigFilePath", dest=3D"ConfigFilePath", nar= gs=3D'+',=0D - help=3D"Provide the target FmmtConf.ini file path: '-c= C:\Code\FmmtConf.ini' \=0D + help=3D"Provide the target FmmtConf.ini file path: '-c= C:\\Code\\FmmtConf.ini' \=0D FmmtConf file saves the target guidtool used in co= mpress/uncompress process.\=0D If do not provide, FMMT tool will search the input= file folder for FmmtConf.ini firstly, if not found,\=0D the FmmtConf.ini saved in FMMT tool's folder will = be used as default.")=0D --=20 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/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-