Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexviquez committed Jan 20, 2021
1 parent 434f011 commit c7ef163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agave/blueprints/rest_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def retrieve(id: str):
except DoesNotExist:
raise NotFoundError('Not valid id')

# This is the case in which the return is not an application/$
# This case is when the return is not an application/$
# but can be some type of file such as image, xml, zip or pdf
if hasattr(cls, 'download'):
file, mimetype = cls.download(data)
Expand Down

0 comments on commit c7ef163

Please sign in to comment.