← Back to team overview

python-jenkins-developers team mailing list archive

[Bug 1569074] Re: disable_node 'msg' keyword argument is documented, but not used

 

Just as a side note, passing in `locals()` and dynamically adding
anything that happens to be in there seems like an idea ripe for abuse.
But maybe I'm biased :)

-- 
You received this bug notification because you are a member of Python
Jenkins Developers, which is subscribed to Python Jenkins.
https://bugs.launchpad.net/bugs/1569074

Title:
  disable_node 'msg' keyword argument is documented, but not used

Status in Python Jenkins:
  New

Bug description:
  The documentation/docstring for the `disable_node` function shown here: 
  https://git.openstack.org/cgit/openstack/python-jenkins/tree/jenkins/__init__.py#n1177
  shows a 'msg' keyword argument.  This kwarg isn't actually used in the function anywhere, but it would be very useful if it were.

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-jenkins/+bug/1569074/+subscriptions


References