Skip to content

Commit

Permalink
Update freesurfer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Dec 3, 2024
1 parent 28cf62b commit 96c1152
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/smripost_linc/interfaces/freesurfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class FreesurferFiles(SimpleInterface):
output_spec = _FreesurferFilesOutputSpec

def _run_interface(self, runtime):
freesurfer_dir = self.inputs.freesurfer_dir
...

return runtime
Expand Down Expand Up @@ -68,7 +67,6 @@ class FreesurferAnnots(SimpleInterface):
output_spec = _FreesurferAnnotsOutputSpec

def _run_interface(self, runtime):
freesurfer_dir = self.inputs.freesurfer_dir
...

return runtime

0 comments on commit 96c1152

Please sign in to comment.