mirror of
https://github.com/espressif/openthread.git
synced 2026-08-17 16:09:51 +00:00
Fix routing cost comparison issue when chosing BR (#1759)
* Fix routing cost comparison issue when chosing BR * remove extra space * update for comments
This commit is contained in:
@@ -382,7 +382,7 @@ class otCli:
|
||||
self.pexpect.expect('Done')
|
||||
|
||||
def remove_prefix(self, prefix):
|
||||
cmd = ' prefix remove ' + prefix
|
||||
cmd = 'prefix remove ' + prefix
|
||||
self.send_command(cmd)
|
||||
self.pexpect.expect('Done')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user