]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
cve-update-nvd2-native: pycodestyle fixes
authorNiko Mauno <niko.mauno@vaisala.com>
Tue, 4 Nov 2025 08:33:29 +0000 (08:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Nov 2025 17:23:24 +0000 (17:23 +0000)
commit680428ab19860417e6bee6a57ccf2e25ddbaa4cb
tree31f0feef666d1342a87de59f30e0767ec613fcb9
parentb9d7535c85a0d50d3cb514fb042741a75ee8d274
cve-update-nvd2-native: pycodestyle fixes

Fixes following pycodestyle complaints:

  cve-update-nvd2-native.bb:95:54: E712 comparison to True should be 'if cond is True:' or 'if cond:'
  cve-update-nvd2-native.bb:127:15: E211 whitespace before '('
  cve-update-nvd2-native.bb:127:17: E201 whitespace after '('
  cve-update-nvd2-native.bb:127:19: E201 whitespace after '('
  cve-update-nvd2-native.bb:127:44: E202 whitespace before ')'
  cve-update-nvd2-native.bb:127:46: E203 whitespace before ','
  cve-update-nvd2-native.bb:174:20: E401 multiple imports on one line
  cve-update-nvd2-native.bb:183:29: E203 whitespace before ':'
  cve-update-nvd2-native.bb:236:16: E111 indentation is not a multiple of 4
  cve-update-nvd2-native.bb:241:16: E111 indentation is not a multiple of 4
  cve-update-nvd2-native.bb:336:39: E222 multiple spaces after operator

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-core/meta/cve-update-nvd2-native.bb