]> code.ossystems Code Review - openembedded-core.git/commit
scripts/lib/recipetool/create.py: fix regex strings
authorTim Orling <timothy.t.orling@linux.intel.com>
Sat, 11 Jul 2020 03:48:08 +0000 (20:48 -0700)
committerSteve Sakoman <steve@sakoman.com>
Tue, 14 Jul 2020 03:16:12 +0000 (17:16 -1000)
commitf8a5db7a6072ddb1be96405fc8b44f595275206d
tree9f1c6216380daf3409a790dc8aef638ed23be49a
parent2a1ae8c12cb0d6fd9d57c98caa97a10f3b6d3388
scripts/lib/recipetool/create.py: fix regex strings

Python now expects regex strings to be prepended with r.
Silence pylint/autopep8 and similar warnings by identifying
these regex patterns as... regex patterns.

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0eae98a369d80340e48dc690d09a1364cde97973)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/lib/recipetool/create.py