File tree
Expand file treeCollapse file tree1 file changed
+3
-3
lines changed Expand file treeCollapse file tree1 file changed
+3
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -3403,7 +3403,7 @@ def _gen_filename(self, name):
|
3403 | 3403 | + ".xfm"
|
3404 | 3404 | )
|
3405 | 3405 | else:
|
3406 |
| -raise NotImplemented |
| 3406 | +raise NotImplementedError |
3407 | 3407 |
|
3408 | 3408 | def _list_outputs(self):
|
3409 | 3409 | outputs = self.output_spec().get()
|
@@ -3502,7 +3502,7 @@ def _gen_filename(self, name):
|
3502 | 3502 | + ".xfm"
|
3503 | 3503 | )
|
3504 | 3504 | else:
|
3505 |
| -raise NotImplemented |
| 3505 | +raise NotImplementedError |
3506 | 3506 |
|
3507 | 3507 | def _gen_outfilename(self):
|
3508 | 3508 | return self._gen_filename("output_file")
|
@@ -3573,7 +3573,7 @@ def _gen_filename(self, name):
|
3573 | 3573 | + ".xfm"
|
3574 | 3574 | )
|
3575 | 3575 | else:
|
3576 |
| -raise NotImplemented |
| 3576 | +raise NotImplementedError |
3577 | 3577 |
|
3578 | 3578 | def _gen_outfilename(self):
|
3579 | 3579 | return self._gen_filename("output_file")
|
|
You can’t perform that action at this time.
0 commit comments