]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
pybootchartgui: mark a regex as a raw string
authorRoss Burton <ross.burton@arm.com>
Wed, 23 Jul 2025 14:55:06 +0000 (15:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Jul 2025 09:47:27 +0000 (10:47 +0100)
commit45435a18f6ce665eba5b2e708a72a4f596deb017
treeaa1df0f87be2005afb4a66afe2a39d9753de1376
parentb82cb6d55033ffff79b5a767bd50b06989c0acfc
pybootchartgui: mark a regex as a raw string

Otherwise Python tries to unescape the \s and warns that it can't.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/pybootchartgui/pybootchartgui/draw.py