yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11446
[Bug 1291336] [NEW] Unused parameter in attributes.py
Public bug reported:
there are many method which hava unuse parameter, for exaple:
def _validate_uuid_or_none(data, valid_values=None):
if data is not None:
return _validate_uuid(data)
** Affects: neutron
Importance: Undecided
Assignee: shihanzhang (shihanzhang)
Status: New
** Changed in: neutron
Assignee: (unassigned) => shihanzhang (shihanzhang)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1291336
Title:
Unused parameter in attributes.py
Status in OpenStack Neutron (virtual network service):
New
Bug description:
there are many method which hava unuse parameter, for exaple:
def _validate_uuid_or_none(data, valid_values=None):
if data is not None:
return _validate_uuid(data)
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1291336/+subscriptions
Follow ups
References