]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jul 2020 21:39:38 +0000 (22:39 +0100)
commit0eae98a369d80340e48dc690d09a1364cde97973
tree1d7dfeb8bf613cefabc3e9e82cf6b6ca7b86ee85
parentd687c5b7b10b3decdd80d5c2fd61072a87f061f2
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>
scripts/lib/recipetool/create.py