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 fd71560 commit 705a7b5Copy full SHA for 705a7b5
ipyparallel/client/client.py
@@ -823,6 +823,7 @@ def _extract_metadata(self, msg):
823
'status': content['status'],
824
'is_broadcast': msg_meta.get('is_broadcast', False),
825
'is_coalescing': msg_meta.get('is_coalescing', False),
826
+ 'label': msg_meta.get('label', None),
827
}
828
829
if md['engine_uuid'] is not None:
0 commit comments