mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-09 02:01:09 +00:00
Re-fix get_status() doc string and remove commented code.
This commit is contained in:
parent
c3c9005d5f
commit
f98bab42b2
@ -209,9 +209,7 @@ class BootTest(object):
|
||||
self.pkglist[src][ver] = status
|
||||
|
||||
def get_status(self, name, version):
|
||||
"""Return test status for the given source name."""
|
||||
#version = sorted(
|
||||
# self.pkglist[name], cmp=apt_pkg.version_compare)[-1]
|
||||
"""Return test status for the given source name and version."""
|
||||
return self.pkglist[name][version]
|
||||
|
||||
def request(self, packages):
|
||||
|
Loading…
x
Reference in New Issue
Block a user