summaryrefslogtreecommitdiffstats
path: root/ShellPkg
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2019-07-13 01:29:28 +0800
committerFeng, Bob C <bob.c.feng@intel.com>2019-07-15 09:09:25 +0800
commiteebc135ffb210c6da7133145ba9e5423cafc13d4 (patch)
treeb3362cab4071450876e243db83d3d1509d56c576 /ShellPkg
parent70565e64227dfa254d8a0703dd60dc74bd8b5e6e (diff)
downloadedk2-eebc135ffb210c6da7133145ba9e5423cafc13d4.tar.gz
edk2-eebc135ffb210c6da7133145ba9e5423cafc13d4.tar.bz2
edk2-eebc135ffb210c6da7133145ba9e5423cafc13d4.zip
BaseTools: Fix python3.8 SyntaxWarning
Building with python3.8 shows a warning like: SyntaxWarning: invalid escape sequence \( GuidName = re.compile("\(GUID=[-a-fA-F0-9]+") It seems harmless, but it's easy enough to fix: mark the string as raw with the 'r' prefix like is used elsewhere in the file Signed-off-by: Cole Robinson <crobinso@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'ShellPkg')
0 files changed, 0 insertions, 0 deletions