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