[thread-cert] fix python syntax warning (#6150)

This commit is contained in:
Simon Lin
2021-02-08 11:38:38 -08:00
committed by GitHub
parent abb415c419
commit ad5dd8ecd8
+1 -1
View File
@@ -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)