We now make mothballs

This commit is contained in:
Neale Pickett 2018-09-28 17:57:03 +00:00
parent c513623399
commit b092ffb5e0
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ def build_category(categorydir, outdir):
categoryname = os.path.basename(categorydir.strip(os.sep))
seedfn = os.path.join("category_seed.txt")
zipfilename = os.path.join(outdir, "%s.zip" % categoryname)
zipfilename = os.path.join(outdir, "%s.mb" % categoryname)
logging.info("Building {} from {}".format(zipfilename, categorydir))
if os.path.exists(zipfilename):