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