diff --git a/.zenodo.json b/.zenodo.json index 1522129f19..e9357802e7 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -753,6 +753,10 @@ "affiliation": "MIT, HMS", "name": "Ghosh, Satrajit", "orcid": "0000-0002-5312-6729" + }, + { + "name": "Lee, Nat", + "orcid": "0000-0001-9308-9988" } ], "keywords": [ diff --git a/doc/devel/cmd_interface_devel.rst b/doc/devel/cmd_interface_devel.rst index bbce39783b..b53dfe9f5b 100644 --- a/doc/devel/cmd_interface_devel.rst +++ b/doc/devel/cmd_interface_devel.rst @@ -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()