diff --git a/nipype/interfaces/minc/minc.py b/nipype/interfaces/minc/minc.py index dbcc1313f8..bf80e23732 100644 --- a/nipype/interfaces/minc/minc.py +++ b/nipype/interfaces/minc/minc.py @@ -3403,7 +3403,7 @@ def _gen_filename(self, name): + ".xfm" ) else: - raise NotImplemented + raise NotImplementedError def _list_outputs(self): outputs = self.output_spec().get() @@ -3502,7 +3502,7 @@ def _gen_filename(self, name): + ".xfm" ) else: - raise NotImplemented + raise NotImplementedError def _gen_outfilename(self): return self._gen_filename("output_file") @@ -3573,7 +3573,7 @@ def _gen_filename(self, name): + ".xfm" ) else: - raise NotImplemented + raise NotImplementedError def _gen_outfilename(self): return self._gen_filename("output_file")