This commit is contained in:
Ross
2021-09-01 22:48:28 +01:00
parent 0ca35058bf
commit 6a5af2fe6b
+1 -1
View File
@@ -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<br/>".join(l)
return "".join(l)
def print_dicom(dataset, indent=0):