From c79fd011dc945aebf9523d78a7cbb6d33d3b71a5 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 1 Sep 2021 22:52:26 +0100 Subject: [PATCH] . --- helpers/images.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/images.py b/helpers/images.py index 7194a4dd..329bc285 100644 --- a/helpers/images.py +++ b/helpers/images.py @@ -127,8 +127,8 @@ def print_dicom(dataset, indent=0): """ dont_print = ['Pixel Data', 'File Meta Information Version'] - indent_string = " " * indent - next_indent_string = " " * (indent + 1) + indent_string = "---" * indent + next_indent_string = "---" * (indent + 1) l = []