Back out a change I disagree with

This commit is contained in:
Neale Pickett 2019-04-19 16:18:08 +00:00
parent 6d509fe516
commit 15ee01b69d
1 changed files with 0 additions and 3 deletions

View File

@ -59,9 +59,6 @@ def build_category(categorydir, outdir):
mothball = package(categoryname, categorydir, category_seed)
shutil.copyfileobj(mothball, zipfileraw)
zipfileraw.close()
zipfiledir = os.path.dirname(zipfilename)
if not os.path.exists(zipfiledir):
os.makedirs(zipfiledir)
shutil.move(zipfileraw.name, zipfilename)