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:
rongli
2017-05-11 19:30:24 -07:00
committed by Jonathan Hui
parent 3854d9d61f
commit 20efc8dd1a
5 changed files with 34 additions and 4 deletions
+1 -1
View File
@@ -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')