Try #0 fix IOError from aha - worker

This commit is contained in:
Gerard Wagener 2010-01-21 13:58:49 +01:00
parent 3008f3ba7c
commit 750e4c71f1

View file

@ -36,6 +36,8 @@ class PeriodTaks():
def remove_old_msg(self,queue):
#Get current date if the files are older than the timeout remove them
t0 = int(time.strftime("%s"))
#FIXME os.walkdir, os.listdir could also be used
dircache.reset()
files = dircache.listdir(queue)
for file in files:
af = queue + os.sep + file