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