Closed emanueldima closed 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
fp
UnboundLocalError: local variable 'fp' referenced before assignment
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, triggeringUnboundLocalError: local variable 'fp' referenced before assignment