]> 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)
committerHe Yin Ling <heyinling@espressif.com>
Thu, 29 Nov 2018 15:06:16 +0000 (23:06 +0800)
commit5ae3a11c8d32590b8165703d648383d0f3d985fd
tree242db8f69e14aed53fddb7c1d0bd330b223993db
parent582e89eca385e88d257c93963d23ac494b9e1a60
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