Skip to content

Commit

Permalink
Remove check which can no longer be hit
Browse files Browse the repository at this point in the history
  • Loading branch information
evansd committed Mar 13, 2024
1 parent f19a5eb commit aa209c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions airlock/views/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ def request_contents(request, request_id: str, path: str):
except bll.FileNotFound:
raise Http404()

if not abspath.is_file():
raise Http404()

download = "download" in request.GET
# Downloads are only allowed for output checkers
# Downloads are not allowed for request authors (including those that are also
Expand Down

0 comments on commit aa209c1

Please sign in to comment.