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 618fb23 commit 2448821Copy full SHA for 2448821
nipype/interfaces/base.py
@@ -1732,7 +1732,7 @@ class SEMLikeCommandLine(CommandLine):
1732
"""
1733
1734
def _list_outputs(self):
1735
- outputs = self.output_spec().get()
+ outputs = self.output_spec().get() #pylint: disable=E1102
1736
return self._outputs_from_inputs(outputs)
1737
1738
def _outputs_from_inputs(self, outputs):
0 commit comments