summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 7d50ad6..8c761f4 100644
--- a/test.py
+++ b/test.py
@@ -51,7 +51,7 @@ if __name__ == '__main__':
im = imresize(im, (248, 248), interp='bicubic')
image_pil = Image.fromarray(im)
image_pil = ImageOps.expand(image_pil, 4)
- image_pil.save(image_path)
+ image_pil.save(save_path)
webpage.save()
os.remove(render_dir + "frame_00000.png")