← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1816874] [NEW] l3 agent using return value from methods with no return

 

Public bug reported:

************* Module neutron.agent.l3.dvr_local_router
neutron/agent/l3/dvr_local_router.py:111:12: E1111: Assigning result of a function call, where the function has no return (assignment-from-no-return)
************* Module neutron.agent.l3.router_info
neutron/agent/l3/router_info.py:380:16: E1111: Assigning result of a function call, where the function has no return (assignment-from-no-return)

Note that the lines in those two files about pylint disable assignment-
from-no-return, if still there, should be removed when this is fixed.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1816874

Title:
  l3 agent using return value from methods with no return

Status in neutron:
  New

Bug description:
  ************* Module neutron.agent.l3.dvr_local_router
  neutron/agent/l3/dvr_local_router.py:111:12: E1111: Assigning result of a function call, where the function has no return (assignment-from-no-return)
  ************* Module neutron.agent.l3.router_info
  neutron/agent/l3/router_info.py:380:16: E1111: Assigning result of a function call, where the function has no return (assignment-from-no-return)

  Note that the lines in those two files about pylint disable
  assignment-from-no-return, if still there, should be removed when this
  is fixed.

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


Follow ups