summaryrefslogtreecommitdiffstats
path: root/lib/python/bugs.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@debian.org>2014-10-03 07:39:01 +0000
committerHolger Levsen <holger@debian.org>2014-10-03 07:39:01 +0000
commitd044945d43d3dd52e7054f21aebe56429b6a5fd7 (patch)
treee6ca598dfac2619d0857615867a77457f492c423 /lib/python/bugs.py
parent3503e4854b10df0f2fac9cb5ad5d5b514b8aea40 (diff)
Revert "WIP: improve backports support. (this is really WIP: see debian_support.py)"
This reverts commit a47339bf5db9ec1be2709e1e687c2b5d5df313e7. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@29229 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib/python/bugs.py')
-rw-r--r--lib/python/bugs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/bugs.py b/lib/python/bugs.py
index 92470857f4..7258be720e 100644
--- a/lib/python/bugs.py
+++ b/lib/python/bugs.py
@@ -374,10 +374,10 @@ class BugFromDB(Bug):
def getStatus(self, cursor):
"""Calculate bug status.
- Returns list of tuples (RELEASE, SUBRELEASE, STATUS, REASON)."""
+ Returns list of tuples (RELEASE, STATUS, REASON)."""
return list(cursor.execute(
- """SELECT release, subrelease, status, reason
+ """SELECT release, status, reason
FROM bug_status WHERE bug_name = ?""",
(self.name,)))

© 2014-2024 Faster IT GmbH | imprint | privacy policy