Skip to content

Commit

Permalink
Merge pull request #663 from SylvainCorlay/fix-get_parent_header-call
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
SylvainCorlay authored May 7, 2021
2 parents ab78156 + f2e82a1 commit d210ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipykernel/comm/comm.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _publish_msg(self, msg_type, data=None, metadata=None, buffers=None, **keys)
self.kernel.session.send(self.kernel.iopub_socket, msg_type,
content,
metadata=json_clean(metadata),
parent=self.kernel.get_header("shell"),
parent=self.kernel.get_parent("shell"),
ident=self.topic,
buffers=buffers,
)
Expand Down

0 comments on commit d210ad1

Please sign in to comment.