zephyr/scripts/pylib
Manoel Brunnen 368b0e0d16 twister: Initialise unbound 'hardware' variable
hardware was referenced as return value, without being declared. When the
program goes into the 'except' path, hardware is unbound, but returned,
which throws an error:

`UnboundLocalError`: local variable 'hardware' referenced before assignment

Signed-off-by: Manoel Brunnen <manoel.brunnen@ithinx.io>
2023-07-10 13:57:21 +02:00
..
build_helpers scripts: pylib: remove west log dependency from domains.py 2022-11-14 10:12:31 +00:00
pytest-twister-harness twister: pytest: Simplify interface to pytest-twister-harness 2023-06-20 14:46:55 -04:00
twister twister: Initialise unbound 'hardware' variable 2023-07-10 13:57:21 +02:00