X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fimport_known_changes.py;h=84444ff1132601f421b6e58ec1dc49c8f261d4b8;hb=8f1a6ffdbf7683fba88d8d5a1d8cea4dc5512abb;hp=c8d5bf96c921a575bc738b9fec24fc6ee08447f3;hpb=f3cbed6812df92b24987c519ecfdd00787d7e2a4;p=dak.git diff --git a/dak/import_known_changes.py b/dak/import_known_changes.py index c8d5bf96..84444ff1 100755 --- a/dak/import_known_changes.py +++ b/dak/import_known_changes.py @@ -201,7 +201,7 @@ class ChangesGenerator(threading.Thread): def run(self): cnf = Config() count = 1 - for directory in [ "Accepted", "Byhand", "Done", "New", "ProposedUpdates", "OldProposedUpdates" ]: + for directory in [ "Byhand", "Done", "New", "ProposedUpdates", "OldProposedUpdates" ]: checkdir = cnf["Dir::Queue::%s" % (directory) ] if os.path.exists(checkdir): print "Looking into %s" % (checkdir)