Skip to content

Commit

Permalink
Clean up(count and tell):fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsJanssenTUe committed Apr 23, 2019
1 parent 37ac1d2 commit 7244973
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action_server/src/action_server/actions/count_and_tell.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ class CountAndTell(Action):
operator the amount of objects, the type and the location.
Parameters to pass to the configure() method are:
- `config` (required): the ConfigurationData defines the input data structure for configuration of an action.
- `config` (required): the ConfigurationData defines the input data structure for configuration of an action i.e
a JSON string with for this action a "location" and an " object".
"""
def __init__(self):
Action.__init__(self)
Expand Down Expand Up @@ -58,7 +59,7 @@ def _start(self):
self._execute_result.succeeded = False
self._execute_result.message = "I failed to count the objects."
return

self._execute_result.succeeded = True

# This message is instantiated in _configure but leaves some stuff to be formatted
Expand Down

0 comments on commit 7244973

Please sign in to comment.