Skip to content

Commit

Permalink
Made a mistake with the last small fix.
Browse files Browse the repository at this point in the history
Signed-off-by: DerekRushton <[email protected]>
  • Loading branch information
DerekRushton committed Aug 21, 2024
1 parent 32ba146 commit 221c60b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ def _handle_api_response(self, rest_api_exception):
else:
raise Exception(rest_api_exception.error_message)

ErrorResponder.fill_error(return_obj, response_dict, response_dict['message'], error=connection_error, connector=self.connector)
ErrorResponder.fill_error(return_obj, response_dict, ['message'], error=connection_error, connector=self.connector)
return return_obj

0 comments on commit 221c60b

Please sign in to comment.