From 6a5af2fe6bcd839152dbd26633fd8ef79a327baa Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 1 Sep 2021 22:48:28 +0100 Subject: [PATCH] . --- helpers/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/images.py b/helpers/images.py index f1b0846f..7300e226 100644 --- a/helpers/images.py +++ b/helpers/images.py @@ -117,7 +117,7 @@ def get_dicom_order(path): def pretty_print_dicom(dataset, indent=0): l = print_dicom(dataset, indent) print(l) - return "\n
".join(l) + return "".join(l) def print_dicom(dataset, indent=0):