mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 21:27:46 +00:00
Remove exit() call, it is no longer needed by the test scripts. (#73)
This commit is contained in:
@@ -69,10 +69,6 @@ class Node:
|
||||
self.pexpect = fdpexpect.fdspawn(os.open(serialPort, os.O_RDWR|os.O_NONBLOCK|os.O_NOCTTY))
|
||||
|
||||
def __del__(self):
|
||||
if self.node_type == 'sim':
|
||||
self.send_command('shutdown')
|
||||
self.pexpect.expect('Done')
|
||||
|
||||
self.pexpect.terminate()
|
||||
self.pexpect.close(force=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user