From fc7cac3512620c2bcfd85c3b1e2b2deeddb7702c Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 26 Feb 2024 12:08:24 +0000 Subject: [PATCH] . --- atlas/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/atlas/api.py b/atlas/api.py index 13b15ba1..1870bcea 100644 --- a/atlas/api.py +++ b/atlas/api.py @@ -143,6 +143,7 @@ def import_dicoms_helper(request, case_id: int | None = None): # We might only want to add the author during creation.... series.author.add(request.user) + logger.debug(f"IMPORT pre case add {series_uid}") if case_id is not None: series.case.add(case_id)