From 83ed9acbd97cf920be18a53d3083f5c38344b5d3 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Fri, 29 Jul 2011 14:16:20 +0100 Subject: [PATCH] Fix typo Signed-off-by: Mark Hymers --- dak/import_known_changes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/import_known_changes.py b/dak/import_known_changes.py index 5d666b6b..6901144f 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) -- 2.39.2