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):