mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-01-21 08:31:35 +01:00
Resolve a syntax warning
This commit is contained in:
parent
861587c8ed
commit
830b49798f
@ -268,7 +268,7 @@ class cc_message(operation):
|
||||
self._opcode = CFM_CC_MESSAGE
|
||||
assert rdi in [0, 1]
|
||||
self.rdi = rdi
|
||||
assert interval is not 0
|
||||
assert interval != 0
|
||||
self.interval = interval
|
||||
self.seq_num = seq_num
|
||||
assert 1 <= mep_id <= 8191
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user