Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
3 changes: 3 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,9 @@
"affiliation": "MIT, HMS",
"name": "Ghosh, Satrajit",
"orcid": "0000-0002-5312-6729"
},
{
"name": "Nat Lee"
}
],
"keywords": [
Expand Down
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