Skip to content

Commit

Permalink
mf
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Dec 10, 2024
1 parent b0744b2 commit 73257d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/src/tira_app/endpoints/v1/_anonymous.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def claim_submission(request: Request, vm_id: str, submission_uuid: str) -> Resp

status_code, message = check_format(tmp_dir, format)
if status_code != _fmt.OK:
HttpResponseServerError(json.dumps({"status": 1, "message": message}))
return HttpResponseServerError(json.dumps({"status": 1, "message": message}))

class MockedResponse:
name = uploaded_file.name
Expand Down

0 comments on commit 73257d6

Please sign in to comment.