We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac0295 commit 5f5ec7cCopy full SHA for 5f5ec7c
ipyparallel/client/client.py
@@ -1607,6 +1607,7 @@ def send_apply_request(
1607
# possibly routed to a specific engine
1608
if isinstance(ident, list):
1609
ident = ident[-1]
1610
+ ident = ident.decode("utf-8")
1611
if ident in self._engines.values():
1612
# save for later, in case of engine death
1613
self._outstanding_dict[ident].add(msg_id)
@@ -1645,6 +1646,7 @@ def send_execute_request(
1645
1646
1647
1648
1649
1650
1651
1652
0 commit comments