Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/devel/cmd_interface_devel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Here is a minimalistic interface for the gzip command:
class GZipTask(CommandLine):
input_spec = GZipInputSpec
output_spec = GZipOutputSpec
cmd = 'gzip'
_cmd = 'gzip'

def _list_outputs(self):
outputs = self.output_spec().get()
Expand Down