inveniosoftware / invenio-files-rest

REST API for uploading/downloading files for Invenio.
https://invenio-files-rest.readthedocs.io
MIT License
9 stars 68 forks source link

storage: crash when file is not found #141

Closed emanueldima closed 7 years ago

emanueldima commented 7 years ago

In https://github.com/inveniosoftware/invenio-files-rest/blob/master/invenio_files_rest/storage/base.py#L132, if the file is not found then the fp is unbound, triggering UnboundLocalError: local variable 'fp' referenced before assignment