diff options
author | Changqing Li <changqing.li@windriver.com> | 2024-10-11 10:19:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 15:57:45 +0100 |
commit | 3315ffac4739dd0b9e9dbcb81b2ae0fb4341e00c (patch) | |
tree | f8160101cf03dc9ab75f0a900b5d8320d1a53533 /scripts/lib/scriptutils.py | |
parent | 8028c989ccfc363e437da80c4791fabd7977d99b (diff) | |
download | poky-3315ffac4739dd0b9e9dbcb81b2ae0fb4341e00c.tar.gz |
resulttool/regression.py: fix AttributeError
Fix following AttributeError when running "resulttool regression base target":
File "/yocto/poky/scripts/lib/resulttool/regression.py", line 322, in regression_common
res, resstr = compare_result(logger, c, b, base_results[a][c], target_results[a][b], args.limit)
AttributeError: 'Namespace' object has no attribute 'limit'
(From OE-Core rev: d773edde8db2019550916d2552171c45fe31ac2a)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/scriptutils.py')
0 files changed, 0 insertions, 0 deletions