Skip to content

Commit 2bc9ef0

Browse files
committed
Merge pull request nipy#806 from mick-d/camino
Correction to last PR: name of Camino MESD output
2 parents 7bc758e + e8fc5dd commit 2bc9ef0

File tree

1 file changed

+1
-1
lines changed
  • nipype/interfaces/camino

1 file changed

+1
-1
lines changed

nipype/interfaces/camino/odf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class MESD(StdOutCommandLine):
273273

274274
def _list_outputs(self):
275275
outputs = self.output_spec().get()
276-
outputs['recon_data'] = os.path.abspath(self._gen_outfilename())
276+
outputs['mesd_data'] = os.path.abspath(self._gen_outfilename())
277277
return outputs
278278

279279
def _gen_outfilename(self):

0 commit comments

Comments
 (0)