Terry Wilson <[email protected]> writes:
> diff --git a/python/ovs/db/idl.py b/python/ovs/db/idl.py
> index 87ee06cde..c5d3ccdba 100644
> --- a/python/ovs/db/idl.py
> +++ b/python/ovs/db/idl.py
[...]
> @@ -45,6 +47,60 @@ Notice = collections.namedtuple('Notice', ('event', 'row',
> 'updates'))
> Notice.__new__.__defaults__ = (None,) # default updates=None
>
>
> +class Monitor(enum.IntEnum):
[...]
> + def init(self, cond):
> + """Signal that a a condition change is being initiated"""
Typo: 'a a'
--
James
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev