← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1712778] Re: a typo of host_topology_and_format_from_host doc

 

I don't see a problem with "else None" vs "or None", and we don't need a
bug for changing a docstring within code, especially since code
docstrings aren't generated with a module index in the nova developer
docs.

** Changed in: nova
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1712778

Title:
  a typo of host_topology_and_format_from_host doc

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  Identify the type received and return either an instance of objects.NUMATopology if host's NUMA topology is available, else None.
  should:
  Identify the type received and return either an instance of objects.NUMATopology if host's NUMA topology is available, or None.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1712778/+subscriptions


References