mirror of
https://github.com/espressif/openthread.git
synced 2026-09-08 18:20:06 +00:00
[thread-cert] fix python syntax warning (#6150)
This commit is contained in:
@@ -1960,7 +1960,7 @@ class NodeImpl:
|
||||
|
||||
cmd += ' block-%d' % size
|
||||
|
||||
if count is not 0:
|
||||
if count != 0:
|
||||
cmd += ' %d' % count
|
||||
|
||||
self.send_command(cmd)
|
||||
|
||||
Reference in New Issue
Block a user