Skip to content

Commit

Permalink
Fix for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Jun 16, 2020
1 parent 1fb2ed6 commit f304d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalad_helloworld/__init__.py
Expand Up @@ -62,7 +62,7 @@ class HelloWorld(Interface):

@staticmethod
# decorator binds the command to the Dataset class as a method
@datasetmethod(name='hello')
@datasetmethod(name='hello_cmd')
# generic handling of command results (logging, rendering, filtering, ...)
@eval_results
# signature must match parameter list above
Expand Down

0 comments on commit f304d45

Please sign in to comment.