mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-23 16:31:32 +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
|
self.pkglist[src][ver] = status
|
||||||
|
|
||||||
def get_status(self, name, version):
|
def get_status(self, name, version):
|
||||||
"""Return test status for the given source name."""
|
"""Return test status for the given source name and version."""
|
||||||
#version = sorted(
|
|
||||||
# self.pkglist[name], cmp=apt_pkg.version_compare)[-1]
|
|
||||||
return self.pkglist[name][version]
|
return self.pkglist[name][version]
|
||||||
|
|
||||||
def request(self, packages):
|
def request(self, packages):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user