Fix action_board.

Change-Id: I23eaff28c7c9f5d161724089f4b6837df0b9d0d4
This commit is contained in:
Fabio Verboso 2019-04-30 17:10:05 +02:00
parent 76fb5ffc64
commit a9f9106f7f
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ class ConductorEndpoint(object):
try:
result = self.execute_on_board(ctx, board_uuid, action,
(params))
(params,))
except exception:
return exception