Commit b17836f2 by Chris Dodge

swallow exceptions when generating thumbnails

parent 9cf5cd08
......@@ -128,7 +128,7 @@ class ContentStore(object):
contentstore().save(thumbnail_content)
except:
raise
pass # thumbnails are ultimately optional
return thumbnail_content
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment