Skip to content

Commit 705a7b5

Browse files
author
Johannes Otepka
committed
make sure that label is transferred in client md object
1 parent fd71560 commit 705a7b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ipyparallel/client/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@ def _extract_metadata(self, msg):
823823
'status': content['status'],
824824
'is_broadcast': msg_meta.get('is_broadcast', False),
825825
'is_coalescing': msg_meta.get('is_coalescing', False),
826+
'label': msg_meta.get('label', None),
826827
}
827828

828829
if md['engine_uuid'] is not None:

0 commit comments

Comments
 (0)