bugfix - filename does not contains the path to the image, use f instead

This commit is contained in:
Simon
2012-06-13 23:33:29 +02:00
parent 25a22c1a38
commit 252323b567

View File

@@ -151,7 +151,7 @@ class Gallery:
continue
print "%s" % filename
img = Image(filename)
img = Image(f)
if self.settings['big_img']:
img.save(os.path.join(bigimg_dir, filename),