Don't generate for json files.

This commit is contained in:
Michael Still 2014-03-28 13:12:23 +11:00
parent 72d4b55b6a
commit dd60a99790
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ while day < datetime.datetime.now():
for dirpath, subdirs, files in os.walk('merged'):
for filename in files:
if filename.endswith('.json'):
continue
changed_merge_files[os.path.join(dirpath, filename)] = True
print 'Processing changed merge files'