From 640fff2549fd662a55670594d486aa08fd5d3183 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 5 Apr 2022 23:19:58 +0100 Subject: [PATCH] . --- atlas/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/models.py b/atlas/models.py index 987360fd..d3de8f62 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -582,7 +582,7 @@ class Series(models.Model): with pydicom.dcmread(file_path) as dataset: anonymizer.anonymize(dataset) - dataset.save_as(file_path+"ANON") + dataset.save_as(file_path)