mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-09 20:56:27 +00:00
Modifying discard_report function to fix the check for self.discards dictionary in try block. self.discards is None is dead code which didnot check if the dictionary was empty. Changed it to if not self.discards. Signed-off-by: Aastha Grover <aastha.grover@intel.com> |
||
---|---|---|
.. | ||
boards/unit/unit_testing | ||
.gitignore | ||
expr_parser.py | ||
harness.py | ||
hwmap-schema.yaml | ||
platform-schema.yaml | ||
sanity_last_release.csv | ||
sanitylib.py | ||
scl.py | ||
testcase-schema.yaml |