[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] o.type -> ot.type



Signed-off-by: Mike O'Connor <stew@vireo.org>
---
 dak/dakdb/update30.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/dakdb/update30.py b/dak/dakdb/update30.py
index d002c69..2d96274 100644
--- a/dak/dakdb/update30.py
+++ b/dak/dakdb/update30.py
@@ -58,7 +58,7 @@ def do_update(self):
             JOIN section s on s.id=o.section
             WHERE b.id=$1
             AND o.suite=$2
-            AND o.type in ('deb','udeb')
+            AND ot.type in ('deb','udeb')
             \"\"\",
             ["int", "int"]),
             [TD["new"]["bin"], TD["new"]["suite"]])[0]
-- 
1.6.5


Reply to: