X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fimport_known_changes.py;h=6901144f4eea2c864e8ca66f2dac9d2378cf2554;hb=83ed9acbd97cf920be18a53d3083f5c38344b5d3;hp=5d666b6b6f4ef58b730cd3a33656cb829d9dd247;hpb=76f46e1db6aea842c031e93e482772364bd99c10;p=dak.git 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)