trx_toolkit/burst_send.py: exit if DATA dump parsing failed
commit2e3226004098a9908771fded989151f8d4bd298b
authorVadim Yanitskiy <axilirator@gmail.com>
Sat, 15 Dec 2018 23:55:38 +0000 (16 06:55 +0700)
committerVadim Yanitskiy <axilirator@gmail.com>
Sun, 16 Dec 2018 00:14:11 +0000 (16 07:14 +0700)
tree53027661528e43cced3bf7a28b117dab45c96dd4
parent7dacdcbd090252d2df7839d7ef04f24fc0fa2b64
trx_toolkit/burst_send.py: exit if DATA dump parsing failed

False is not iterable, so we should properly handle the case
when parsing of the whole DATA dump was failed (e.g. due to
incorrect offset specified).

Change-Id: I5443efb39bb9d3377290ce7ec5e34016cae0edb2
src/target/trx_toolkit/burst_send.py