Skip to content

Commit e9ff646

Browse files
authored
Miss underline before cmd in example code
I spent one hour for trying the code. Finally, I find there is a mistake. : (
1 parent 0225a45 commit e9ff646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/cmd_interface_devel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Here is a minimalistic interface for the gzip command:
149149
class GZipTask(CommandLine):
150150
input_spec = GZipInputSpec
151151
output_spec = GZipOutputSpec
152-
cmd = 'gzip'
152+
_cmd = 'gzip'
153153

154154
def _list_outputs(self):
155155
outputs = self.output_spec().get()

0 commit comments

Comments
 (0)