Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 71b9bda1ace32a479d471f26b0e516d0618053bc https://github.com/tianocore/edk2/commit/71b9bda1ace32a479d471f26b0e516d0618053bc Author: Antaeus Kleinert-Strand <59579659+antkl...@users.noreply.github.com> Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths: M BaseTools/Scripts/BinToPcd.py Log Message: ----------- BaseTools/Scripts/BinToPcd.py: Update regex strings to use raw strings. With Python 3.12 invalid escape sequences now generate warning messages. This change fixes the problem exposed by the warning message. ``` BaseTools/Scripts\BinToPcd.py:40: SyntaxWarning: invalid escape sequence BaseTools\Scripts\BinToPcd.py:46: SyntaxWarning: invalid escape sequence ``` Signed-off-by: Aaron Pop <aaron...@microsoft.com> To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits