From 6c5537f33549f77cfd3c296757807596cdd59361 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 26 Feb 2024 12:09:40 +0000 Subject: [PATCH] . --- atlas/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/api.py b/atlas/api.py index 1870bcea..fb4ef32b 100644 --- a/atlas/api.py +++ b/atlas/api.py @@ -106,7 +106,7 @@ def uncategorised_dicoms(request): return data - +@logger.catch() def import_dicoms_helper(request, case_id: int | None = None): logger.debug(f"IMPORT {case_id}") #dicoms = UncategorisedDicom.objects.filter(user=request.user)