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.
1 parent 03c3fc0 commit 0e83dbcCopy full SHA for 0e83dbc
nipype/interfaces/mixins/reporting.py
@@ -29,7 +29,7 @@ class ReportCapableInterface(BaseInterface):
29
_out_report = None
30
31
def __init__(self, generate_report=False, **kwargs):
32
- super(ReportCapableInterface, self).__init__(self, **kwargs)
+ super(ReportCapableInterface, self).__init__(**kwargs)
33
self.generate_report = generate_report
34
35
def _post_run_hook(self, runtime):
0 commit comments