Skip to content

Commit

Permalink
Merge 98c292a into d46f056
Browse files Browse the repository at this point in the history
  • Loading branch information
jxltom committed May 28, 2018
2 parents d46f056 + 98c292a commit 35057fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versatileimagefield/datastructures/base.py
Expand Up @@ -165,7 +165,7 @@ def save_image(self, imagefile, save_path, file_ext, mime_type):
None,
'foo.%s' % file_ext,
mime_type,
None,
imagefile.tell(),
None
)
file_to_save.seek(0)
Expand Down

0 comments on commit 35057fb

Please sign in to comment.