We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715d7cd commit cb889bfCopy full SHA for cb889bf
nipype/interfaces/minc/minc.py
@@ -3403,7 +3403,7 @@ def _gen_filename(self, name):
3403
+ ".xfm"
3404
)
3405
else:
3406
- raise NotImplemented
+ raise NotImplementedError
3407
3408
def _list_outputs(self):
3409
outputs = self.output_spec().get()
@@ -3502,7 +3502,7 @@ def _gen_filename(self, name):
3502
3503
3504
3505
3506
3507
def _gen_outfilename(self):
3508
return self._gen_filename("output_file")
@@ -3573,7 +3573,7 @@ def _gen_filename(self, name):
3573
3574
3575
3576
3577
3578
3579
0 commit comments