diff --git a/helpers/images.py b/helpers/images.py index 7300e226..7194a4dd 100644 --- a/helpers/images.py +++ b/helpers/images.py @@ -148,4 +148,4 @@ def print_dicom(dataset, indent=0): l.append("{0:s} {1:s} = {2:s}".format(indent_string, data_element.name, repr_value)) - return "\n".join(l) \ No newline at end of file + return "\n
".join(l) \ No newline at end of file