]> granicus.if.org Git - esp-idf/commit
tiny-test-fw: fix exception when expect RegEx:
authorHe Yin Ling <heyinling@espressif.com>
Thu, 29 Nov 2018 06:33:36 +0000 (14:33 +0800)
committerbot <bot@espressif.com>
Fri, 7 Dec 2018 02:04:55 +0000 (02:04 +0000)
commit61d07ffbfc9792e94e1e9e3980a96dcd65a245bb
tree9969d2baf2c7191b3a0c2af95e0ea1a220d663ed
parent6b5649190ffd18a7b3170a41dd9de458a0bd73d3
tiny-test-fw: fix exception when expect RegEx:

match.groups() could return None. We can't do decode on None object.
tools/tiny-test-fw/DUT.py