mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-23 08:20:25 +00:00
Undo "return content" removal
I changed my mind. For now, at least.
This commit is contained in:
parent
e31080ff4a
commit
e71432d8ed
1 changed files with 2 additions and 0 deletions
|
|
@ -96,3 +96,5 @@ class SpecFileGenerator(object):
|
|||
if save:
|
||||
storage = self.storage or source_file.storage
|
||||
storage.save(filename, content)
|
||||
|
||||
return content
|
||||
|
|
|
|||
Loading…
Reference in a new issue