We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
super()
1 parent 3083a18 commit e813126Copy full SHA for e813126
smriprep/interfaces/reports.py
@@ -103,7 +103,7 @@ class SubjectSummary(SummaryInterface):
103
def _run_interface(self, runtime):
104
if isdefined(self.inputs.subject_id):
105
self._results["subject_id"] = self.inputs.subject_id
106
- return super(SubjectSummary, self)._run_interface(runtime)
+ return super()._run_interface(runtime)
107
108
def _generate_segment(self):
109
if not isdefined(self.inputs.subjects_dir):
0 commit comments