]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
scripts/lib/recipetool/create.py: fix regex strings timo/oe-recipetool-fixes
authorTim Orling <timothy.t.orling@linux.intel.com>
Sat, 11 Jul 2020 02:14:28 +0000 (19:14 -0700)
committerTim Orling <timothy.t.orling@linux.intel.com>
Sat, 11 Jul 2020 03:11:59 +0000 (20:11 -0700)
commit9c423a19092497e9479254294585b85ccb125094
tree47c86f1e7a09ddcb5031d9235d009d07a334f191
parent82f82b9e01a0beb0b145954f876acea99208f4e8
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>
scripts/lib/recipetool/create.py