diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2024-04-04 10:45:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-04 21:50:24 +0100 |
commit | 110ee701b33600f14e40544bf9354774cd85c5ce (patch) | |
tree | 3534fe4f1de99c2614a6364159b20cd69cb9fcab /scripts/lib/build_perf/scrape-html-report.js | |
parent | ab6d3e3d645ffc343f434bf731339fa237df027a (diff) | |
download | poky-110ee701b33600f14e40544bf9354774cd85c5ce.tar.gz |
sstatesig: fix netrc.NetrcParseError exception
Looks like sometimes the e.filename and the e.lineno is not properly set by the netrc
and this can cause TypeError.
| File "/poky/meta/lib/oe/sstatesig.py", line 342, in init_rundepcheck
| bb.warn("Error parsing %s:%d: %s" % (e.filename, e.lineno, e.msg))
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| TypeError: %d format: a real number is required, not NoneType
(From OE-Core rev: 486ed69939f1b7572f121960c2dde246032686e7)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/build_perf/scrape-html-report.js')
0 files changed, 0 insertions, 0 deletions