From 6989290d9e1b1ce38b5477981d608d0b46811527 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 27 Feb 2008 05:17:47 -0500 Subject: [PATCH] Oops. --- plugins/photo/photo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/photo/photo.py b/plugins/photo/photo.py index 75975ba..c893cf0 100644 --- a/plugins/photo/photo.py +++ b/plugins/photo/photo.py @@ -206,7 +206,7 @@ class Photo(Plugin): oldw, oldh = pic.size if not width: width = oldw - if not height: width = oldh + if not height: height = oldh # Correct aspect ratio if 'PixelShape' in opts: -- 2.11.4.GIT