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 9924208 commit 5aa402aCopy full SHA for 5aa402a
nipype/interfaces/dcm2nii.py
@@ -107,7 +107,7 @@ def _parse_stdout(self, stdout):
107
if line.startswith("Saving "):
108
out_file = line[len("Saving "):]
109
elif line.startswith("GZip..."):
110
- # for gzipped outpus files are not absolute
+ # for gzipped output files are not absolute
111
fname = line[len("GZip..."):]
112
if len(files) and os.path.basename(files[-1]) == fname[:-3]:
113
# we are seeing a previously reported conversion
0 commit comments