Skip to content

Commit

Permalink
Fix wrap_error_in generation for TS client (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogebrd committed Jun 28, 2021
1 parent 191bdb1 commit a4bfc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stone/backends/tsd_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def _generate_route(self, namespace, route):
self.emit(' *')
self.emit_wrapped_text('When an error occurs, the route rejects the promise with type %s.'
% fmt_error_type(route.error_data_type,
self.args.wrap_error_in), prefix=' * ')
wrap_error_in=self.args.wrap_error_in), prefix=' * ')
if route.deprecated:
self.emit(' * @deprecated')

Expand Down

0 comments on commit a4bfc08

Please sign in to comment.