We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a3e96 commit 664d05fCopy full SHA for 664d05f
nibabel/nicom/dicomwrappers.py
@@ -83,7 +83,7 @@ def wrapper_from_data(dcm_data):
83
csa = csar.get_csa_header(dcm_data)
84
except csar.CSAReadError as e:
85
warnings.warn('Error while attempting to read CSA header: '+
86
- str(e.args) + '\n ignoring Siemens private (CSA) header info.')
+ str(e.args) + '\n Ignoring Siemens private (CSA) header info.')
87
csa = None
88
if csa is None:
89
return Wrapper(dcm_data)
0 commit comments