Skip to content

Commit 088a88c

Browse files
author
Thomas Goodwin
committed
Fix for serializing SRI Keywords
1 parent 8361f23 commit 088a88c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rest/bulkio_handler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
from bulkio.bulkioInterfaces import BULKIO__POA
2424
from bulkio import sri
25+
from ossie.properties import props_to_dict
2526
from omniORB import CORBA
2627

2728
# third party imports
@@ -165,6 +166,7 @@ def _pushPacket(self, data, ts, EOS, stream_id):
165166
self._outputWidth = None
166167

167168
# Tack on SRI, Package, Deliver.
169+
outSRI.keywords = props_to_dict(outSRI.keywords)
168170
packet = dict(
169171
streamID = stream_id,
170172
T = ts.__dict__,

0 commit comments

Comments
 (0)