Converting multi-line-string-comment to a real comment.
This commit is contained in:
parent
2e5ea6b9b7
commit
ff520ff53b
@ -147,11 +147,9 @@ def process_image(entry):
|
|||||||
with closing(thumb_file):
|
with closing(thumb_file):
|
||||||
thumb.save(thumb_file, "JPEG", quality=90)
|
thumb.save(thumb_file, "JPEG", quality=90)
|
||||||
|
|
||||||
"""
|
# If the size of the original file exceeds the specified size of a `medium`
|
||||||
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
|
||||||
file, a `medium.jpg` files is created and later associated with the media
|
# entry.
|
||||||
entry.
|
|
||||||
"""
|
|
||||||
medium = Image.open(queued_filename)
|
medium = Image.open(queued_filename)
|
||||||
medium_processed = False
|
medium_processed = False
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user