Skip to content

Commit

Permalink
Update misc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 4, 2024
1 parent 691cf39 commit ef884ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmripost_rapidtide/interfaces/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ def _run_interface(self, runtime):
use_ext=False,
)

runtime = super(ApplyTransforms, self)._run_interface(runtime)
runtime = super()._run_interface(runtime)
return runtime

0 comments on commit ef884ee

Please sign in to comment.