From: Mark Hymers Date: Fri, 29 Jul 2011 11:37:03 +0000 (+0100) Subject: Fix typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db83ad2307b5d733bcd189a9f4ffa578a9e71444;p=dak Fix typo Signed-off-by: Mark Hymers --- diff --git a/daklib/queue.py b/daklib/queue.py index b784b114..f5f3c65c 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1058,7 +1058,7 @@ class Upload(object): # TODO: Dynamically generate this list for queue_name in [ "byhand", "new", "proposedupdates", "oldproposedupdates", "embargoed", "unembargoed" ]: queue = get_policy_queue(queue_name, session) - if queue and os.path.exists(queue.path, f)): + if queue and os.path.exists(queue.path, f): self.rejects.append("%s file already exists in the %s queue." % (f, queue_name)) if not re_taint_free.match(f):