Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Peter committed May 26, 2024
1 parent d04b8e2 commit c3b9435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder_kernels/comms/commbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def _get_call_return_value(self, call_dict, comm_id):
self._wait_reply(comm_id, call_id, call_name, timeout)

reply = self._reply_inbox.pop(call_id)

value = reply['content']['call_return_value']

if reply['is_error']:
Expand Down

0 comments on commit c3b9435

Please sign in to comment.