re-enable .frames folder
This commit is contained in:
parent
6ffd341e66
commit
df4cc82d0a
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ def rendertask(task):
|
|||
print("cleanup")
|
||||
|
||||
# remove the .frames-dir with all frames in it
|
||||
#shutil.rmtree(os.path.join(task.workdir, '.frames'))
|
||||
shutil.rmtree(os.path.join(task.workdir, '.frames'))
|
||||
|
||||
# remove the generated svg
|
||||
ensureFilesRemoved(os.path.join(task.workdir, '.gen.svg'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue