Don't reprocess.

This commit is contained in:
Michael Still 2014-05-26 16:29:51 +10:00
parent 6873936498
commit 30d554b4ff
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ while day < datetime.datetime.now():
# Reprocess the last 90 days?
FILENAME_RE = re.compile('^merged/([0-9]+)/([0-9]+)/([0-9]+)$')
if True:
if False:
for dirpath, subdirs, files in os.walk('merged'):
for filename in files:
m = FILENAME_RE.match('%s/%s' % (dirpath, filename))