From 252323b567656acc53dd86f27cd27729a135d197 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 13 Jun 2012 23:33:29 +0200 Subject: [PATCH] bugfix - filename does not contains the path to the image, use f instead --- sigal/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigal/image.py b/sigal/image.py index 990a950..900d77c 100644 --- a/sigal/image.py +++ b/sigal/image.py @@ -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),