yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #16077
[Bug 1305377] Re: Correct flake8 E711 and E712 violations
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1305377
Title:
Correct flake8 E711 and E712 violations
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
Enable flake8 checking for
E711 comparison to False should be 'if cond is False:' or 'if not cond:'
E712 comparison to True should be 'if cond is True:' or 'if cond:'
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1305377/+subscriptions
References