From 562aa6c5dadd2245671275bd84153b26b1ed264b Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Sat, 24 Apr 2004 12:25:57 +0000 Subject: update_qfiles(): Skip the qfiles/bad directory. --- bin/update | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/update b/bin/update index 1a1e5e3d..3ecc304f 100755 --- a/bin/update +++ b/bin/update @@ -427,6 +427,9 @@ def update_qfiles(): # data out and re-queue them. for dirname in os.listdir(mm_cfg.QUEUE_DIR): dirpath = os.path.join(mm_cfg.QUEUE_DIR, dirname) + if dirpath == mm_cfg.BADQUEUE_DIR: + # The files in qfiles/bad can't possibly be pickles + continue sb = Switchboard(dirpath) for filename in os.listdir(dirpath): filepath = os.path.join(dirpath, filename) -- cgit v1.2.3