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

[dak/master] Fix typo



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

diff --git a/dak/import_known_changes.py b/dak/import_known_changes.py
index 5d666b6..6901144 100755
--- a/dak/import_known_changes.py
+++ b/dak/import_known_changes.py
@@ -211,7 +211,7 @@ class ChangesGenerator(threading.Thread):
             else:
                 utils.warn("Could not find queue %s in database" % queue_name)
 
-        for checkdir in dirs
+        for checkdir in dirs:
             if os.path.exists(checkdir):
                 print "Looking into %s" % (checkdir)
 
-- 
1.7.2.5


Reply to: