From 6b35f55d944524f62224349e70b4f56754cec662 Mon Sep 17 00:00:00 2001
From: Ansgar Burchardt <ansgar@debian.org>
Date: Wed, 15 Aug 2012 21:42:19 +0200
Subject: [PATCH] daklib/announce.py: fix typo

---
 daklib/announce.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daklib/announce.py b/daklib/announce.py
index 8288af9d..6ab4b005 100644
--- a/daklib/announce.py
+++ b/daklib/announce.py
@@ -109,7 +109,7 @@ def announce_accept(upload):
     cnf = Config()
     subst = _subst_for_upload(upload)
 
-    accepted_to_real_suite = any(suite.policy_queue in None for suite in upload.suites)
+    accepted_to_real_suite = any(suite.policy_queue is None for suite in upload.suites)
 
     suite_names = []
     for suite in upload.suites:
-- 
2.39.5