diff options
author | Jayaprakash, N <n.jayaprakash@intel.com> | 2024-02-06 12:32:34 +0530 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-02-28 00:23:58 +0000 |
commit | 3e91e421365027ee3e655feab33c67a4f544c777 (patch) | |
tree | dbe38a84117eb96ddbe5c8b18a342c2152058550 /.pytool | |
parent | 6d571c0070161b1b96049410f8584c0955d73536 (diff) | |
download | edk2-3e91e421365027ee3e655feab33c67a4f544c777.zip edk2-3e91e421365027ee3e655feab33c67a4f544c777.tar.gz edk2-3e91e421365027ee3e655feab33c67a4f544c777.tar.bz2 |
BaseTools: Syntax warning invalid escape sequence \C
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4666
This commit fixes the issue reported through BZ4666.
The Syntax warning related to invalid escape sequence
for \C is seen on Windows OS based builds of edk2 sources.
On Windows the path seperator needs to prefixed with \
so essentially we need to use \\ as path seperator.
Cc: Rebecca Cran <rebecca@bsdio.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Cc: Jayaprakash N <n.jayaprakash@intel.com>
Signed-off-by: Jayaprakash N <n.jayaprakash@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Rebecca Cran <rebecca@bsdio.com>
Diffstat (limited to '.pytool')
0 files changed, 0 insertions, 0 deletions