Skip to content
Snippets Groups Projects
Commit ecebcd12 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

force service rebuild

parent e8019702
No related branches found
No related tags found
3 merge requests!1606catch 2.8.3 up with main,!1605Merge 2.8.2.3 work to main,!1598force service rebuild
Pipeline #14632 canceled
......@@ -90,7 +90,6 @@ def lookup_file(request: Request) -> WorkflowRequestFile:
:param request: an HTTP request
:return: a WorkflowRequestFile object containing filename and file content for this request, if any
"""
for file in lookup_request(request).files:
if file.filename == request.matchdict["filename"]:
return file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment