]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/queue.py
Done isn't a queue either
[dak.git] / daklib / queue.py
index 48d0fa3389b4a9c789a0920e495c8a344e6a3fab..c7785adeb0ac81ec1bf133c5e322e3e1d2ada758 100755 (executable)
@@ -2174,7 +2174,7 @@ distribution."""
 
         # Move the .changes into the 'done' directory
         ye, mo, da = time.gmtime()[0:3]
-        donedir = os.path.join(cnf["Dir::Queue::Done"], str(ye), "%0.2d" % mo, "%0.2d" % da)
+        donedir = os.path.join(cnf["Dir::Done"], str(ye), "%0.2d" % mo, "%0.2d" % da)
         if not os.path.isdir(donedir):
             os.makedirs(donedir)