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

[dak/master] typo fix



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 dak/process_unchecked.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py
index 6aa89e1..bc13f68 100755
--- a/dak/process_unchecked.py
+++ b/dak/process_unchecked.py
@@ -1082,7 +1082,7 @@ def check_signed_by_key():
         if highest_sid is None:
             reject("Source package %s does not have 'DM-Upload-Allowed: yes' in its most recent version" % changes["source"])
         else:
-            for sup in s.query(SrcUploader).join(DBSource).filter_by(source_id=highest_sid)
+            for sup in s.query(SrcUploader).join(DBSource).filter_by(source_id=highest_sid):
                 (rfc822, rfc2047, name, email) = sup.maintainer.get_split_maintainer()
                 if email == uid_email or name == uid_name:
                     should_reject = False
-- 
1.5.6.5



Reply to: