Skip to content

Commit

Permalink
pep8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
slamuu committed Apr 18, 2015
1 parent 55a495b commit f2ed2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eve/methods/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ def store_media_files(document, resource, original=None):
# store file and update document with file's unique id/filename
# also pass in mimetype for use when retrieving the file
document[field] = app.media.put(
document[field], filename=document[field].filename,
document[field], filename=document[field].filename,
content_type=document[field].mimetype)


Expand Down

0 comments on commit f2ed2fc

Please sign in to comment.