From: Christopher Allan Webber Date: Sat, 13 Aug 2011 17:52:56 +0000 (-0500) Subject: Converting multi-line-string-comment to a real comment. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ff520ff53b7a17204c64beea28c9dbde13c5cf26;p=mediagoblin.git Converting multi-line-string-comment to a real comment. --- diff --git a/mediagoblin/process_media/__init__.py b/mediagoblin/process_media/__init__.py index 18836919..e1289a4c 100644 --- a/mediagoblin/process_media/__init__.py +++ b/mediagoblin/process_media/__init__.py @@ -147,11 +147,9 @@ def process_image(entry): with closing(thumb_file): thumb.save(thumb_file, "JPEG", quality=90) - """ - If the size of the original file exceeds the specified size of a `medium` - file, a `medium.jpg` files is created and later associated with the media - entry. - """ + # If the size of the original file exceeds the specified size of a `medium` + # file, a `medium.jpg` files is created and later associated with the media + # entry. medium = Image.open(queued_filename) medium_processed = False