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

fix wrester argument type

parent 9899b7ce
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,!1599Fixing full ui launching
Pipeline #14634 canceled
......@@ -90,6 +90,7 @@ 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