Skip to content

Commit 2448821

Browse files
author
Oscar Esteban
committed
add disable flag for codacy
1 parent 618fb23 commit 2448821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1732,7 +1732,7 @@ class SEMLikeCommandLine(CommandLine):
17321732
"""
17331733

17341734
def _list_outputs(self):
1735-
outputs = self.output_spec().get()
1735+
outputs = self.output_spec().get() #pylint: disable=E1102
17361736
return self._outputs_from_inputs(outputs)
17371737

17381738
def _outputs_from_inputs(self, outputs):

0 commit comments

Comments
 (0)